Skip to content

Commit

Permalink
fix rebase issue
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholas-codecov committed Dec 12, 2024
1 parent ca63819 commit 957fd88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ const columns = [
columnHelper.accessor('name', {
header: 'Asset',
cell: ({ getValue }) => {
return <p className="max-w-xl truncate">{getValue()}</p>
return <p className="truncate">{getValue()}</p>
},
}),
columnHelper.accessor('filePath', {
Expand Down

0 comments on commit 957fd88

Please sign in to comment.