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 @@
</span>
</td>
<td>
<template v-if="item.size">
{{item.size}}
&middot;
{{layers(item)}}
</template>
<div
v-else
class="light">
\-
</div>
{{item.size}}
&middot;
{{layers(item)}}
</td>
<td>
<template v-if="item.createdAt">
{{timeFormated(item.createdAt)}}
</template>
<div
v-else
class="light">
\-
</div>
{{timeFormated(item.createdAt)}}
</td>
<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