Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 1b91798

Browse files
committed
Set desktop button disabled again
1 parent cbb9561 commit 1b91798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/view/cli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const CLIView = ({ store, nav, file }) => (
2525
<BackButton onPress={() => nav.goSettings()} />
2626
<Title title="Logs" />
2727
{Platform.OS === 'web' ? (
28-
<Button onPress={() => {}} />
28+
<Button disabled onPress={() => {}} />
2929
) : (
3030
<ShareButton onPress={() => file.shareLogs()} />
3131
)}

0 commit comments

Comments
 (0)