Skip to content

Commit

Permalink
chore: code cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RitvikSardana committed Dec 6, 2024
1 parent 24ff6bb commit faa459e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions desk/src/components/ListViewBuilder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
<div v-if="idx === 0">
{{ item }}
</div>
<div
v-else-if="column.type === 'Datetime'"
@click="console.log('Datetime clicked')"
>
<div v-else-if="column.type === 'Datetime'">
{{ dayjs.tz(item).fromNow() }}
</div>
<div v-else>
Expand Down

0 comments on commit faa459e

Please sign in to comment.