diff --git a/packages/web/src/javascripts/Components/ClipperView/ClipperView.tsx b/packages/web/src/javascripts/Components/ClipperView/ClipperView.tsx
index b6a5f7724..208c5a062 100644
--- a/packages/web/src/javascripts/Components/ClipperView/ClipperView.tsx
+++ b/packages/web/src/javascripts/Components/ClipperView/ClipperView.tsx
@@ -1,6 +1,5 @@
import { WebApplicationGroup } from '@/Application/WebApplicationGroup'
import { ViewControllerManager } from '@/Controllers/ViewControllerManager'
-import { SNLogoFull } from '@standardnotes/icons'
import { useCallback, useEffect, useState } from 'react'
import { AccountMenuPane } from '../AccountMenu/AccountMenuPane'
import MenuPaneSelector from '../AccountMenu/MenuPaneSelector'
@@ -38,12 +37,6 @@ import LinkedItemBubble from '../LinkedItems/LinkedItemBubble'
import StyledTooltip from '../StyledTooltip/StyledTooltip'
import MenuSwitchButtonItem from '../Menu/MenuSwitchButtonItem'
-const Header = () => (
-
-
-
-)
-
const ClipperView = ({
viewControllerManager,
applicationGroup,
@@ -257,107 +250,73 @@ const ClipperView = ({
if (user && !isEntitledToExtension) {
return (
- <>
-
-
-
-
-
-
Enable Advanced Features
-
- To take advantage of Web Clipper and other advanced features, upgrade
- your current plan.
-
-
-
+
+
+
- >
+
Enable Advanced Features
+
+ To take advantage of Web Clipper and other advanced features, upgrade
+ your current plan.
+
+
+
+
)
}
if (clippedNote) {
return (
- <>
-
-
- >
+
)
}
if (!user) {
- return (
- <>
-
- {menuPane ? (
-
- setMenuPane(undefined)}
- />
-
- ) : (
-
- )}
- >
+ return menuPane ? (
+
+ setMenuPane(undefined)}
+ />
+
+ ) : (
+
)
}
return (
- <>
-
-
-