Skip to content

Commit a0a84e0

Browse files
committed
Lint
1 parent 2e9b622 commit a0a84e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/Nav/index.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ function Nav({ store }: IProps) {
3838
<li
3939
key={id}
4040
className={classNames('monitor', {
41-
selected: id === selectedMonitorId,
42-
running: monitor.status === RUNNING
41+
running: monitor.status === RUNNING,
42+
selected: id === selectedMonitorId
4343
})}
4444
onClick={() => store.selectMonitor(id)}
4545
>

0 commit comments

Comments
 (0)