Skip to content

Commit

Permalink
fixed extra option to prev column
Browse files Browse the repository at this point in the history
  • Loading branch information
sijumoncy committed Nov 9, 2023
1 parent b107086 commit 36e08a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renderer/src/components/Projects/ProjectRow.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const ProjectRow = ({

</div>
</td>
<td colSpan="3" className="px-5">
<td colSpan="2" className="px-5">
<div className="text-xxs uppercase font-regular text-gray-500 tracking-wider p-1">{t('label-project-id')}</div>
<div className="text-sm tracking-wide p-1">{project.id[0]}</div>
</td>
Expand Down

0 comments on commit 36e08a8

Please sign in to comment.