Skip to content

Commit

Permalink
Modified matches table entry
Browse files Browse the repository at this point in the history
Signed-off-by: Omkar Phansopkar <omkarphansopkar@gmail.com>
  • Loading branch information
OmkarPh committed Feb 14, 2024
1 parent bacb847 commit 95c11b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LicenseEntity/LicenseMatchesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const LicenseMatchesTable = (props: LicenseMatchProps) => {
)}
{match.from_file && (
<tr>
<td colSpan={2}>Matched file</td>
<td colSpan={2}>From file</td>
<td colSpan={7}>
<CoreLink
onClick={() => goToFileInTableView(match.from_file)}
Expand Down

0 comments on commit 95c11b2

Please sign in to comment.