Launch: remove dev cruft

This commit is contained in:
Liam Fitzgerald 2021-04-02 14:37:32 +10:00
parent 4d659be7cf
commit 5c47bf5bc0
No known key found for this signature in database
GPG Key ID: D390E12C61D1CFFB

View File

@ -234,7 +234,7 @@ export default function LaunchApp(props) {
</Box>
<Box alignSelf="flex-start" display={["block", "none"]}>{hashBox}</Box>
</ScrollbarLessBox>
<Box onClick={() => history.push('/~graph/graph/ship/~bitpyx-dildus/infrastructure-digests/170141184504958869914231288036524556288/2/170141184504958917566472168072435204096') } display={["none", "block"]}>{hashBox}</Box>
<Box display={["none", "block"]}>{hashBox}</Box>
</>
);
}