File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,7 @@ const TaskDetails: React.FC<TaskDetailsProps> = ({
5252 return null ;
5353 }
5454 } ; return (
55- < div
56- className = "task-details-container"
57- >
55+ < div className = "task-details-container" >
5856 < PanelRightToolbar panelTitle = "Progress" > </ PanelRightToolbar >
5957 < div className = "task-details-section" >
6058 < div className = "task-details-progress-header" >
Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ const PanelRightToolbar: React.FC<PanelRightToolbarProps> = ({
7676 } }
7777 >
7878 { children }
79- < Button
79+ { /* <Button
8080 appearance="subtle"
8181 icon={<Dismiss />}
8282 onClick={handleDismiss} // Handle dismiss logic
8383 aria-label="Close panel"
84- />
84+ /> */ }
8585 </ div >
8686 </ div >
8787 ) ;
You can’t perform that action at this time.
0 commit comments