diff --git a/frontend/src/devices/DeviceDetail.jsx b/frontend/src/devices/DeviceDetail.jsx index 0a55a30..020bd1c 100644 --- a/frontend/src/devices/DeviceDetail.jsx +++ b/frontend/src/devices/DeviceDetail.jsx @@ -368,6 +368,7 @@ export default function DeviceDetail() { const notesRef = useRef(null); const [usersLoading, setUsersLoading] = useState(false); const [unresolvedIssues, setUnresolvedIssues] = useState(0); + const [notesPanelTab, setNotesPanelTab] = useState(null); const notesPanelRef = useRef(null); useEffect(() => { @@ -954,7 +955,7 @@ export default function DeviceDetail() { ); - const notesSection =
; + const notesSection =
; const logsSection = ; // ===== Layout rendering ===== @@ -1054,7 +1055,7 @@ export default function DeviceDetail() { <>