Skip to content

Commit 60912ec

Browse files
committed
fixing warnings
1 parent 9f48ea6 commit 60912ec

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

src/components/ConfigSwitcher.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,6 @@ function ConfigSwitcher({
8282
</>
8383
)}
8484

85-
{config.warnings.length > 0 && (
86-
<>
87-
<Flex align="center" direction="row">
88-
<IconAlertTriangle color="orange" />
89-
<Text fw="bold" ml={8} color="orange">Warnings</Text>
90-
</Flex>
91-
<ErrorLoadingConfig issues={config.warnings} type="warning" />
92-
</>
93-
)}
9485
</Card>
9586
</UnstyledButton>
9687
);

0 commit comments

Comments
 (0)