From 7bf9401991c1324c77a8f19519922dd0df52b28e Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Tue, 12 Jul 2022 23:07:38 +0200 Subject: [PATCH] Remove custom datatable component styling --- .../[playlistId]/snapshots/show/[commitSha].vue | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue b/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue index 5ee042c..52d03c4 100644 --- a/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue +++ b/pages/playlists/[playlistId]/snapshots/show/[commitSha].vue @@ -31,7 +31,7 @@ const humanizeNumber = (num: number) => numberFormatter.format(num);