From 99a9c44b8056777ac4d30a0760c66152aab665f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Ml=C3=A1dek?= Date: Mon, 24 May 2021 20:12:17 +0200 Subject: [PATCH] autoformat --- ui/src/views/Inspect.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ui/src/views/Inspect.vue b/ui/src/views/Inspect.vue index f2d47f8..f7384fe 100644 --- a/ui/src/views/Inspect.vue +++ b/ui/src/views/Inspect.vue @@ -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,