File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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 ) }
You can’t perform that action at this time.
0 commit comments