mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-03-04 11:46:25 +08:00
Fix number display for viewers on repository card [SCI-10935]
This commit is contained in:
parent
d778e129a3
commit
18cabfbde8
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@
|
|||
'max-h-[4rem]': collapsed,
|
||||
'max-h-[40rem]': !collapsed
|
||||
}">
|
||||
{{ colval }}
|
||||
{{ colVal }}
|
||||
</div>
|
||||
<div v-else
|
||||
class="text-sn-dark-grey font-inter text-sm font-normal leading-5">
|
||||
|
|
Loading…
Reference in a new issue