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 802459fd044b380ccc4f96432af416996219a0de.

* 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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 44 additions and 46 deletions

View file

@ -308,10 +308,7 @@ export function ModerationScreenInner({
</ButtonText>
</Button>
<BirthDateSettingsDialog
control={birthdateDialogControl}
preferences={preferences}
/>
<BirthDateSettingsDialog control={birthdateDialogControl} />
</>
)}
<View