Skip to content

Commit

Permalink
fix: Add semicolon after line 12
Browse files Browse the repository at this point in the history
  • Loading branch information
teresalee99 committed Jan 31, 2024
1 parent 8ba7493 commit 16ef4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/common/OpenPanelButton.tsx
Expand Up @@ -9,7 +9,7 @@ import React from 'react';

interface OpenPanelButtonProps {
panelOpen: boolean;
togglePanel: () => void
togglePanel: () => void;
}

const OpenPanelButton = function ({ panelOpen, togglePanel }: OpenPanelButtonProps) {
Expand Down

0 comments on commit 16ef4c0

Please sign in to comment.