Skip to content

Commit cf1ab3c

Browse files
author
ChromeOS Developer
committed
Update App.tsx with final refinements for hackathon submission
1 parent 12a6b5c commit cf1ab3c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

frontend/src/App.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ export default function App() {
2323
.then((data) => {
2424
if (data.demo_mode) {
2525
setShowDemoToast(true);
26-
setTimeout(() => setShowDemoToast(false), 8000);
2726
}
2827
})
2928
.catch(() => {});

0 commit comments

Comments
 (0)