Skip to content

Commit

Permalink
chore: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jessieweiyi committed Jul 15, 2024
1 parent 16e7704 commit f9da105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const ThreatPack: FC<ThreatPackProp> = ({
},
{
id: 'threatSource',
header: 'Threat srouce',
header: 'Threat source',
cell: (data) => data.threatSource,
sortingField: 'threatSource',
},
Expand Down

0 comments on commit f9da105

Please sign in to comment.