Skip to content

Commit 5557c8f

Browse files
committed
Fix typo
1 parent 444ffd3 commit 5557c8f

File tree

1 file changed

+3
-3
lines changed
  • webui/src/routes/app/surfaces/configured

1 file changed

+3
-3
lines changed

webui/src/routes/app/surfaces/configured/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,11 +92,11 @@ function SurfaceSettingsPanel() {
9292
}
9393

9494
function SettingsPanelTitleBar() {
95-
const setPanelVisiblity = useConfiguredSurfaceContext()
95+
const setPanelVisibility = useConfiguredSurfaceContext()
9696
// note that the close button is currently hidden
9797
const doClose = useCallback(() => {
98-
setPanelVisiblity(false)
99-
}, [setPanelVisiblity])
98+
setPanelVisibility(false)
99+
}, [setPanelVisibility])
100100

101101
return (
102102
<div className="secondary-panel-simple-header">

0 commit comments

Comments
 (0)