mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +03:00
launch: fix reversed destructure
This was causing the tutorial to never be shown. This change should be deployed with a new pill, to ensure comets show the tutorial.
This commit is contained in:
parent
643acbeffb
commit
4c02bd0698
@ -46,7 +46,7 @@ const ScrollbarLessBox = styled(Box)`
|
||||
const tutSelector = f.pick(['tutorialProgress', 'nextTutStep', 'hideGroups']);
|
||||
|
||||
export default function LaunchApp(props) {
|
||||
const connection = { props };
|
||||
const { connection } = props;
|
||||
const baseHash = useLaunchState(state => state.baseHash);
|
||||
const [hashText, setHashText] = useState(baseHash);
|
||||
const [exitingTut, setExitingTut] = useState(false);
|
||||
|
Loading…
Reference in New Issue
Block a user