Skip to content

Commit

Permalink
Refactor MobileControls component
Browse files Browse the repository at this point in the history
  • Loading branch information
snoopy1412 committed Sep 12, 2024
1 parent d81a2ef commit aaa24d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header-controls/mobile-controls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ export interface MobileControlsProps {
closeDrawer: () => void;
}

const MobileControls = forwardRef<MobileControlsProps, unknown>((props, ref) => {
const MobileControls = forwardRef<MobileControlsProps, unknown>((_props, ref) => {
const {
isConnected,
address,
Expand Down

0 comments on commit aaa24d5

Please sign in to comment.