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:
@@ -308,10 +308,7 @@ export function ModerationScreenInner({
|
||||
</ButtonText>
|
||||
</Button>
|
||||
|
||||
<BirthDateSettingsDialog
|
||||
control={birthdateDialogControl}
|
||||
preferences={preferences}
|
||||
/>
|
||||
<BirthDateSettingsDialog control={birthdateDialogControl} />
|
||||
</>
|
||||
)}
|
||||
<View
|
||||
|
||||
Reference in New Issue
Block a user