File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/module/src/CullingInfo Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ const CullingInformation: React.FunctionComponent<CullingInformation> = ({
119119 < React . Fragment >
120120 < Tooltip { ...props } content = { msg } position = "bottom" >
121121 < span
122- className = { clsx ( { [ classes . inventoryCullingWarning ] : isWarn , [ classes . inventoryCullingDanger ] : isError } , className ) }
122+ className = { clsx ( className ) }
123123 >
124124 { isError && < Button variant = "plain" aria-label = "Action" role = "tooltip" icon = { < ExclamationTriangleIcon className = { clsx ( classes . inventoryCullingWarning ) } /> } /> }
125- { isWarn && < Button variant = "plain" aria-label = "Action" role = "tooltip" icon = { < ExclamationCircleIcon className = { clsx ( classes . iconMargin , classes . inventoryCullingDanger ) } /> } /> }
125+ { isWarn && < Button variant = "plain" aria-label = "Action" role = "tooltip" icon = { < ExclamationCircleIcon className = { clsx ( classes . inventoryCullingDanger ) } /> } /> }
126126 { children }
127127 </ span >
128128 </ Tooltip >
You can’t perform that action at this time.
0 commit comments