fix: lint
This commit is contained in:
parent
1a2847d953
commit
7d8984b706
1 changed files with 0 additions and 2 deletions
|
|
@ -115,7 +115,6 @@ function PanelNav({ children, className, settings, ...props }) {
|
||||||
}
|
}
|
||||||
|
|
||||||
function PanelContent({ context, tab }) {
|
function PanelContent({ context, tab }) {
|
||||||
|
|
||||||
switch (tab) {
|
switch (tab) {
|
||||||
case tabNames.patterns:
|
case tabNames.patterns:
|
||||||
return <PatternsTab context={context} />;
|
return <PatternsTab context={context} />;
|
||||||
|
|
@ -211,4 +210,3 @@ function CloseButton({ onClick }) {
|
||||||
</button>
|
</button>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue