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