Commit 7e2b583f authored by Filipa Lacerda's avatar Filipa Lacerda

Simplifies HTML by removing the empty state in cells

parent b1bf2d53
...@@ -97,27 +97,13 @@ ...@@ -97,27 +97,13 @@
</span> </span>
</td> </td>
<td> <td>
<template v-if="item.size"> {{item.size}}
{{item.size}} &middot;
&middot; {{layers(item)}}
{{layers(item)}}
</template>
<div
v-else
class="light">
\-
</div>
</td> </td>
<td> <td>
<template v-if="item.createdAt"> {{timeFormated(item.createdAt)}}
{{timeFormated(item.createdAt)}}
</template>
<div
v-else
class="light">
\-
</div>
</td> </td>
<td class="content"> <td class="content">
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment