aboutsummaryrefslogtreecommitdiff
path: root/src/components/account.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/account.tsx')
-rw-r--r--src/components/account.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/account.tsx b/src/components/account.tsx
index d643ceb..e6ec58f 100644
--- a/src/components/account.tsx
+++ b/src/components/account.tsx
@@ -10,7 +10,7 @@ export function AccountAvatar(props: AccountAvatarProps) {
backgroundImage: props.image,
backgroundSize: "cover",
display: "inline-block"
- }}></div>;
+ }}/>;
}