From b4fcbdfef8417d775b1f0d8b35764aa1f72d8379 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Sat, 26 Mar 2022 17:19:04 +0100 Subject: [PATCH] fix intendation in accounts.rs --- http-client/src/components/accounts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-client/src/components/accounts.rs b/http-client/src/components/accounts.rs index b550737..b178e84 100644 --- a/http-client/src/components/accounts.rs +++ b/http-client/src/components/accounts.rs @@ -41,7 +41,7 @@ impl Component for Accounts { html! { <> if ctx.props().account_nrs.is_empty() { -

{"No accounts"}

+

{"No accounts"}

} else {