Skip to content

Commit

Permalink
removed SGC column from target list
Browse files Browse the repository at this point in the history
  • Loading branch information
matej-vavrek committed Nov 28, 2024
1 parent 752897b commit b59b4e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/components/target/targetList.js
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ export const TargetList = memo(() => {
{moment(target.project.init_date).format('YYYY-MM-DD')}
</TableCell>
<TableCell style={{ width: '2px', padding: '0px', margin: '0px' }}></TableCell>
<TableCell align="left" style={{ padding: '0px', margin: '0px' }}>
{/* <TableCell align="left" style={{ padding: '0px', margin: '0px' }}>
{sgcUploaded.includes(target.title) && (
<a href={sgcUrl} target="new">
SGC summary
Expand All @@ -400,7 +400,7 @@ export const TargetList = memo(() => {
</IconButton>
</Tooltip>
)}
</TableCell>
</TableCell> */}
{/*
<TableCell
align="left"
Expand Down Expand Up @@ -1336,11 +1336,11 @@ export const TargetList = memo(() => {
onMouseDown={handleMouseDownResizerInitDate}
></div>
</div>
<TableCell
{/* <TableCell
style={{ width: panelWidthForSGC, padding: '0px', paddingLeft: '5px', verticalAlign: 'center' }}
>
SGC
</TableCell>
</TableCell> */}
{/*<div style={{ display: 'flex' }}>
<div
style={{ cursor: 'col-resize', width: 3, height: '18px', backgroundColor: '#cccccc' }}
Expand Down

0 comments on commit b59b4e3

Please sign in to comment.