Skip to content

Commit 5b5f24e

Browse files
committed
Show download and upload buttons for debugging purposes.
1 parent b6055f2 commit 5b5f24e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reactComponents/Menu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export function Component(props: MenuProps): React.JSX.Element {
174174
const [noProjects, setNoProjects] = React.useState<boolean>(false);
175175
const [aboutDialogVisible, setAboutDialogVisible] = React.useState<boolean>(false);
176176
const [themeModalOpen, setThemeModalOpen] = React.useState<boolean>(false);
177-
const [showUploadAndDownload, _setShowUploadAndDownload] = React.useState(false);
177+
const [showUploadAndDownload, _setShowUploadAndDownload] = React.useState(true); // HeyLiz
178178

179179
const handleThemeChange = (newTheme: string) => {
180180
props.setTheme(newTheme);

0 commit comments

Comments
 (0)