autoformat

feat/vaults
Tomáš Mládek 2021-05-24 20:12:17 +02:00
parent 309a439017
commit 99a9c44b80
1 changed files with 3 additions and 1 deletions

View File

@ -119,7 +119,9 @@ export default defineComponent({
},
},
setup(props) {
const { error, mutate, attributes, backlinks } = useEntity(() => props.address);
const { error, mutate, attributes, backlinks } = useEntity(
() => props.address
);
return {
attributes,