Skip to content
This repository was archived by the owner on Dec 19, 2024. It is now read-only.

Commit d13017e

Browse files
committed
remove underscore attribute
1 parent fe9a788 commit d13017e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Database.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function ProgramView () {
109109
: <Text>-</Text>
110110
}
111111
</Pane>
112-
<Pane flex='1'_>
112+
<Pane flex='1'>
113113
<Text>Permissions:</Text>
114114
{appState.db
115115
? <pre>{appState.db.access.write}</pre>

0 commit comments

Comments
 (0)