Merge pull request #4784 from urbit/lf/tut-island-fix-2

settings: default tutorial to seen
This commit is contained in:
matildepark 2021-04-19 01:50:32 -04:00 committed by GitHub
commit d418df2867
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,7 @@ const useSettingsState = createState<SettingsState>('Settings', {
categories: leapCategories,
},
tutorial: {
seen: false,
seen: true,
joined: undefined
}
});