mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-30 16:33:19 -04:00
fix: lint
This commit is contained in:
@@ -115,7 +115,6 @@ function PanelNav({ children, className, settings, ...props }) {
|
||||
}
|
||||
|
||||
function PanelContent({ context, tab }) {
|
||||
|
||||
switch (tab) {
|
||||
case tabNames.patterns:
|
||||
return <PatternsTab context={context} />;
|
||||
@@ -211,4 +210,3 @@ function CloseButton({ onClick }) {
|
||||
</button>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user