Skip to content

Commit

Permalink
fix(monitoraggio-caricamenti): fix redirect table 20241015
Browse files Browse the repository at this point in the history
  • Loading branch information
sgravinadxc committed Oct 15, 2024
1 parent 9c65922 commit 76d3176
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fe-piattaforma/src/components/Table/view/tableDesktop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ const TableDesktop: React.FC<TableI> = (props) => {
'table-container__intestazione'
)}
>
<div style={{ display: 'flex', alignItems: 'center' }}>
{/* <div > style={{ display: 'flex', alignItems: 'center' }}> */}
<div>
<span>{th.label.toUpperCase()}</span>
{canSort && onSort ? (
<Icon
Expand Down

0 comments on commit 76d3176

Please sign in to comment.