Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaghettiOverload committed May 12, 2022
1 parent 2ac8669 commit c778de4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OverviewTable/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const OverviewTable = () => {
</TableCell>
<TableCell style={{...styles.resultCells, display: 'inline-flex', marginRight: "10px"}}>
<div style={{marginRight: '5px', textAlign: 'right', width: '100px'}}>
{item.cudos.length < 13?
{item.cudos.length < 12?
item.cudos:
<Tooltip title={item.cudos}>
<div>
Expand Down

0 comments on commit c778de4

Please sign in to comment.