diff --git a/src/components/Dialog/index.tsx b/src/components/Dialog/index.tsx
index c719f0eb35..4fd162b9e8 100644
--- a/src/components/Dialog/index.tsx
+++ b/src/components/Dialog/index.tsx
@@ -116,7 +116,6 @@ export function Outer({
)
}
-// TODO a11y props here, or is that handled by the sheet?
export function Inner({children, style}: DialogInnerProps) {
const insets = useSafeAreaInsets()
return (
diff --git a/src/view/screens/Storybook/index.tsx b/src/view/screens/Storybook/index.tsx
index e9a38416dc..40929555e5 100644
--- a/src/view/screens/Storybook/index.tsx
+++ b/src/view/screens/Storybook/index.tsx
@@ -65,7 +65,6 @@ export function Storybook() {
Dark
-
@@ -84,6 +83,7 @@ export function Storybook() {
+