Skip to content

Commit 3122b82

Browse files
committed
format adjustments
1 parent e8a8439 commit 3122b82

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

pages/tools/components/ToolingTable.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ const ToolingTable = ({
116116
<Headline2>{toTitleCase(group, '-')}</Headline2>
117117
</div>
118118
)}
119-
120119
<div className='overflow-x-hidden'>
121120
{/* Desktop Table */}
122121
<table className='hidden lg:table min-w-full bg-white dark:bg-slate-800 border border-gray-200'>
@@ -291,8 +290,7 @@ const ToolingTable = ({
291290
<div className='font-medium'>
292291
{tool.name}
293292
{tool.status === 'obsolete' && (
294-
<Tag intent='error' >
295-
{tool.status}
293+
<Tag intent='error' >{tool.status}
296294
</Tag>
297295
)}
298296
</div>
@@ -333,7 +331,6 @@ const ToolingTable = ({
333331
</div>
334332
</section>
335333
))}
336-
337334
{selectedTool && (
338335
<ToolingDetailModal tool={selectedTool} onClose={closeModal} />
339336
)}

0 commit comments

Comments
 (0)