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:
parent
4de8e8fa14
commit
8ac5144a58
3 changed files with 44 additions and 46 deletions
|
@ -308,10 +308,7 @@ export function ModerationScreenInner({
|
|||
</ButtonText>
|
||||
</Button>
|
||||
|
||||
<BirthDateSettingsDialog
|
||||
control={birthdateDialogControl}
|
||||
preferences={preferences}
|
||||
/>
|
||||
<BirthDateSettingsDialog control={birthdateDialogControl} />
|
||||
</>
|
||||
)}
|
||||
<View
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue