From fccd6b4ca8ed7420f25f0c4298fde311bc1e09d0 Mon Sep 17 00:00:00 2001 From: crupest Date: Thu, 4 Jun 2020 00:18:50 +0800 Subject: refactor(front): Make codes lint-clean! --- Timeline/ClientApp/src/common/AppBar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Timeline/ClientApp/src/common/AppBar.tsx') diff --git a/Timeline/ClientApp/src/common/AppBar.tsx b/Timeline/ClientApp/src/common/AppBar.tsx index 39794b0f..4f61798c 100644 --- a/Timeline/ClientApp/src/common/AppBar.tsx +++ b/Timeline/ClientApp/src/common/AppBar.tsx @@ -10,7 +10,7 @@ import { useOptionalVersionedAvatarUrl } from '../user/api'; import TimelineLogo from './TimelineLogo'; -const AppBar: React.FC<{}> = (_) => { +const AppBar: React.FC = (_) => { const history = useHistory(); const user = useUser(); const avatarUrl = useOptionalVersionedAvatarUrl(user?._links?.avatar); -- cgit v1.2.3