Skip to content

Commit

Permalink
Merge pull request #115 from DDD-Community/feat/#58
Browse files Browse the repository at this point in the history
[feat/#58] 빌드 실패 이슈 해결
  • Loading branch information
G-hoon authored Sep 28, 2024
2 parents 09890b6 + ee2159f commit fd8960a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/MonitoringPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import React, { useEffect, useState } from "react"

const MonitoringPage: React.FC = () => {
const { hasPermission } = usePushNotification()
const { snapshot, setSnapShot, isInitialSnapShotExist } = useSnapShotStore()
const { setSnapShot, isInitialSnapShotExist } = useSnapShotStore()
const [isSidebarOpen, setIsSidebarOpen] = useState<boolean>(true)

const toggleSidebar = (): void => {
Expand Down

0 comments on commit fd8960a

Please sign in to comment.