Skip to content

Commit

Permalink
fix: disable tutorial for the moment
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonGolms committed Nov 21, 2020
1 parent a05c94a commit 3246580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ interface ContainerProps {
}

const App: React.FC<ContainerProps> = ({ hasSeenTutorial, selectedTheme }) => {
if (!hasSeenTutorial) {
if (!hasSeenTutorial && false) {
return (
<Suspense fallback="<App Suspense Loading>">
<IonApp>
Expand Down

0 comments on commit 3246580

Please sign in to comment.