Format fixes

This commit is contained in:
Richard Bowman 2023-12-01 02:23:58 +00:00
parent 59e0cf5905
commit 5d87a7582e
3 changed files with 8 additions and 4 deletions

View file

@ -143,7 +143,7 @@ export default {
computed: {
cameraUri: function() {
return `${this.$store.getters.baseUri}/camera/`;
},
}
}
};
</script>