Skip to content

Commit

Permalink
always show crdt column
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev committed Nov 19, 2024
1 parent e6d48a4 commit d5da247
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions frontend/viewer/src/HomeView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,10 @@
name: 'fwdata',
header: 'FieldWorks',
},
...($isDev
? [
{
name: 'crdt',
header: 'CRDT',
},
]
: []),
{
name: 'crdt',
header: 'CRDT',
},
...(servers.find(s => s.loggedIn)
? [
{
Expand Down

0 comments on commit d5da247

Please sign in to comment.