Web: remove unused code

This commit is contained in:
Sybren A. Stüvel 2022-05-17 15:37:14 +02:00
parent d71aa0e5c3
commit 56eedbaddb

View File

@ -32,7 +32,6 @@ export default {
return {
shownStatuses: [],
availableStatuses: [], // Will be filled after data is loaded from the backend.
indicator: indicator, // So that the template can use this function too.
};
},
mounted() {