fix: tooltip without shortcuts

pull/7651/head
Konstantinos Kaloutas 2022-12-12 14:32:07 +02:00 committed by Tienson Qin
parent 109b491042
commit d758c3a5c8
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ export const ToolButton = observer(({ id, icon, tooltip, ...props }: ToolButtonP
</span>
</>
) : (
{ tooltip }
tooltip
)
return (