Skip to content

Commit 3ae3a18

Browse files
committed
final format fixing
1 parent 0dac678 commit 3ae3a18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/tools/components/ToolingTable.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ const ToolingTable = ({
290290
<div className='font-medium'>
291291
{tool.name}
292292
{tool.status === 'obsolete' && (
293-
<Tag intent='error' >{tool.status}</Tag>
293+
<Tag intent='error'>{tool.status}</Tag>
294294
)}
295295
</div>
296296
{bowtieReport && (
@@ -311,7 +311,7 @@ const ToolingTable = ({
311311
)}
312312
</div>
313313
<div className='text-sm text-gray-600 dark:text-gray-300 mt-1'>
314-
{tool.toolingTypes?.join(', ')} |
314+
{tool.toolingTypes?.join(',')} |
315315
{tool.languages?.join(', ')}
316316
</div>
317317
<div className='flex flex-wrap gap-1 mt-1'>

0 commit comments

Comments
 (0)