remove unused name

This commit is contained in:
Felix Nüsse 2022-03-16 15:29:07 +01:00
parent 8049b5ac4e
commit 7198588b36

View File

@ -61,7 +61,6 @@ export default {
}, },
computed: { computed: {
...mapState(["user", "loading"]), ...mapState(["user", "loading"]),
name: () => name,
}, },
}; };
</script> </script>