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

Commit 787d1ef

Browse files
committed
remove annoying ending space
1 parent 55db765 commit 787d1ef

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
@@ -104,7 +104,7 @@ function ProgramView () {
104104
</Pane>
105105
<Pane flex='1' >
106106
<Text>Type: </Text>
107-
{program
107+
{program
108108
? <Text color={colors[program.type]}>{program.type}</Text>
109109
: <Text>-</Text>
110110
}

0 commit comments

Comments
 (0)