Browse Source

chore(Grid): remove unused parentheses

pull/4153/head
mateonunez 2 years ago
parent
commit
b5e2143faa
  1. 2
      packages/nc-gui/components/smartsheet/Grid.vue

2
packages/nc-gui/components/smartsheet/Grid.vue

@ -566,7 +566,7 @@ watch(
<span class="flex-1" />
<div
v-if="(!readOnly || hasRole('commenter', true) || hasRole('viewer', true))"
v-if="!readOnly || hasRole('commenter', true) || hasRole('viewer', true)"
class="nc-expand"
:class="{ 'nc-comment': row.rowMeta?.commentCount }"
>

Loading…
Cancel
Save