We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40b4f1f commit d51d207Copy full SHA for d51d207
source/views/home/index.tsx
@@ -25,7 +25,7 @@ const styles = StyleSheet.create({
25
26
function HomePage(): JSX.Element {
27
let navigation = useNavigation()
28
- let allViews = AllViews().filter((v) => !v.disabled ?? true)
+ let allViews = AllViews().filter((view) => !view.disabled ?? true)
29
let columns = partitionByIndex(allViews)
30
31
return (
0 commit comments