Skip to content

Commit

Permalink
removes scenario usage for custom entities
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgnlez committed Nov 16, 2023
1 parent a949fdf commit 902d25f
Showing 1 changed file with 9 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,15 @@ const RowItem = ({
})}
>
<span className="inline-flex">{name}</span>
<div className="mt-1.5 text-xs text-gray-400">
Currently in use in{' '}
<span className="rounded bg-blue-600 bg-opacity-10 px-1 text-blue-600">{scenarios}</span>{' '}
scenarios.
</div>
{isCustom && (
<div className="mt-1.5 text-xs text-gray-400">
Currently in use in{' '}
<span className="rounded bg-blue-600 bg-opacity-10 px-1 text-blue-600">
{scenarios}
</span>{' '}
scenarios.
</div>
)}
</td>
{tag && (
<td className="w-28 px-6 pb-2 pt-5 text-xs">
Expand Down

0 comments on commit 902d25f

Please sign in to comment.