removed a bad semicolon
This commit is contained in:
parent
73df645408
commit
cdfe4aae68
|
@ -128,7 +128,7 @@ export default function ContainerForExtensions() {
|
|||
const layout = () => {
|
||||
return (
|
||||
<>
|
||||
<NavigationBar extensionUxElements={extensionUxElements} />;
|
||||
<NavigationBar extensionUxElements={extensionUxElements} />
|
||||
<Content className={contentClassName}>
|
||||
<ScrollToTop />
|
||||
<ErrorBoundary FallbackComponent={ErrorBoundaryFallback}>
|
||||
|
|
Loading…
Reference in New Issue