diff --git a/frontend/src/components/Widgets/NotesFomList.tsx b/frontend/src/components/Widgets/NotesFomList.tsx index 0bd21e61..e0ec3384 100644 --- a/frontend/src/components/Widgets/NotesFomList.tsx +++ b/frontend/src/components/Widgets/NotesFomList.tsx @@ -29,7 +29,7 @@ const TimeLineIcon = () => { } const NoteDetails = (props: any) => { - const { extraData, isDisabled } = props + const { extraData } = props const [noteList, setNoteList] = useState([]) const [refresh, setRefresh] = useState(false) @@ -48,24 +48,21 @@ const NoteDetails = (props: any) => { return ( - { - !isDisabled && - - - } - + + +