From 1ed1a691df0807d9a6488a96326bb1cf08d79b06 Mon Sep 17 00:00:00 2001 From: Georg Krause Date: Fri, 28 Jan 2022 11:51:20 +0100 Subject: [PATCH] Remove dangling commit to make linter happy --- front/src/components/audio/track/Table.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 5b612c6df..038371de8 100644 --- a/front/src/components/audio/track/Table.vue +++ b/front/src/components/audio/track/Table.vue @@ -198,7 +198,7 @@ export default { additionalTracks: [], query: '', totalTracks: this.total, - currentPage: this.page, + currentPage: this.page } }, computed: {