From a7ba9f18864f7f9c6b8eb97d6048c4ee85e94ab5 Mon Sep 17 00:00:00 2001 From: GyDi Date: Tue, 16 Aug 2022 23:46:33 +0800 Subject: [PATCH] fix: fill button title attr --- src/components/profile/profile-more.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/components/profile/profile-more.tsx b/src/components/profile/profile-more.tsx index bab294b..823c41a 100644 --- a/src/components/profile/profile-more.tsx +++ b/src/components/profile/profile-more.tsx @@ -151,6 +151,7 @@ const ProfileMore = (props: Props) => { size="small" edge="start" color="error" + title="Console" onClick={() => setLogOpen(true)} > @@ -161,6 +162,7 @@ const ProfileMore = (props: Props) => { size="small" edge="start" color="inherit" + title="Console" onClick={() => setLogOpen(true)} >