aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/src/common/AppBar.tsx
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-06-04 00:18:50 +0800
committercrupest <crupest@outlook.com>2020-06-04 00:18:50 +0800
commitfccd6b4ca8ed7420f25f0c4298fde311bc1e09d0 (patch)
tree787cda66f8997ba842601a261a36b6de95398675 /Timeline/ClientApp/src/common/AppBar.tsx
parent92e50c4a3ea250dc18c76bc8c29d86d486e63772 (diff)
downloadtimeline-fccd6b4ca8ed7420f25f0c4298fde311bc1e09d0.tar.gz
timeline-fccd6b4ca8ed7420f25f0c4298fde311bc1e09d0.tar.bz2
timeline-fccd6b4ca8ed7420f25f0c4298fde311bc1e09d0.zip
refactor(front): Make codes lint-clean!
Diffstat (limited to 'Timeline/ClientApp/src/common/AppBar.tsx')
-rw-r--r--Timeline/ClientApp/src/common/AppBar.tsx2
1 files changed, 1 insertions, 1 deletions
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);