Bday modal tweaks (#3252)

* Smol tweaks to bday dialog

* Juse use existing DateInput for now

* Remove unused code

* Remove passed-in prefs

* Adjust load state

* Revert "Adjust load state"

This reverts commit 802459fd04.

* Fix type error
This commit is contained in:
Eric Bailey
2024-03-19 09:57:14 -05:00
committed by GitHub
parent 4de8e8fa14
commit 8ac5144a58
3 changed files with 44 additions and 46 deletions
+1 -4
View File
@@ -308,10 +308,7 @@ export function ModerationScreenInner({
</ButtonText>
</Button>
<BirthDateSettingsDialog
control={birthdateDialogControl}
preferences={preferences}
/>
<BirthDateSettingsDialog control={birthdateDialogControl} />
</>
)}
<View