mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-22 07:29:39 +02:00
chore: add array key
This commit is contained in:
@@ -42,6 +42,7 @@ const Navbar: React.FC<NavbarProps> = ({
|
|||||||
|
|
||||||
const buttons: ReactNode[] = [
|
const buttons: ReactNode[] = [
|
||||||
<Icon
|
<Icon
|
||||||
|
key={mode}
|
||||||
onClick={onChangeMode}
|
onClick={onChangeMode}
|
||||||
style={{ cursor: 'pointer' }}
|
style={{ cursor: 'pointer' }}
|
||||||
fontSize={30}
|
fontSize={30}
|
||||||
|
Reference in New Issue
Block a user