[Sheets] [Pt. 2] Remove a bunch of now-unnecessary things (#5560)

Co-authored-by: Samuel Newman <mozzius@protonmail.com>
This commit is contained in:
Hailey
2024-10-02 14:43:27 -07:00
committed by GitHub
parent 64c9d86488
commit a2e8f3cbc4
40 changed files with 90 additions and 243 deletions
@@ -61,7 +61,6 @@ export function PostInteractionSettingsControlledDialog({
const {_} = useLingui()
return (
<Dialog.Outer control={control}>
<Dialog.Handle />
<Dialog.ScrollableInner
label={_(msg`Edit post interaction settings`)}
style={[{maxWidth: 500}, a.w_full]}>
@@ -96,7 +95,6 @@ export function PostInteractionSettingsDialog(
) {
return (
<Dialog.Outer control={props.control}>
<Dialog.Handle />
<PostInteractionSettingsDialogControlledInner {...props} />
</Dialog.Outer>
)