Skip to content

Commit b571171

Browse files
committed
feat(project): remove unnecessary key prop from ButtonIcon
1 parent 1c17be2 commit b571171

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/FullScreen.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const FullScreen = ({ className, full, toggleFullscreen }: Props) => {
1212
return (
1313
<ButtonIcon
1414
className={className}
15-
key={String(full)}
1615
tooltipContent={full ? t('icon.fullscreenExit') : t('icon.fullscreen')}
1716
onClick={toggleFullscreen}
1817
>

0 commit comments

Comments
 (0)