Skip to content

Commit

Permalink
Let linter do it's thang
Browse files Browse the repository at this point in the history
  • Loading branch information
illusional committed Jun 13, 2024
1 parent 88901fe commit 9bb3ba4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/pages/project/ProjectGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -306,9 +306,7 @@ const ProjectGrid: React.FunctionComponent<ProjectGridProps> = ({
// const border = '1px solid'
// debugger
return (
<SUITable.Row
key={`${p.id}-${s.id}-${sg.id}-${assay.id}`}
>
<SUITable.Row key={`${p.id}-${s.id}-${sg.id}-${assay.id}`}>
{isFirstOfGroup && (
<SUITable.Cell
style={{
Expand Down

0 comments on commit 9bb3ba4

Please sign in to comment.