Skip to content

Commit d51d207

Browse files
committed
use full variable name
1 parent 40b4f1f commit d51d207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/home/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const styles = StyleSheet.create({
2525

2626
function HomePage(): JSX.Element {
2727
let navigation = useNavigation()
28-
let allViews = AllViews().filter((v) => !v.disabled ?? true)
28+
let allViews = AllViews().filter((view) => !view.disabled ?? true)
2929
let columns = partitionByIndex(allViews)
3030

3131
return (

0 commit comments

Comments
 (0)