Skip to content

Commit

Permalink
fix: type error
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze committed Aug 24, 2023
1 parent 15f8073 commit a212c37
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ export default function Controlbar({ appRoot, onClose }: ControlbarProps) {
onClick={() =>
useStore.setState({
recordingMode: mode.name,
showSelectingArea: mode.name === 'area',
})
}
className={clsx({
Expand Down

0 comments on commit a212c37

Please sign in to comment.