mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-04-28 08:10:36 +00:00
Make the linter happy.
This commit is contained in:
@@ -29,7 +29,7 @@ export function OnboardingModal({ onClose, callback }: Props) {
|
||||
setLoading(true);
|
||||
callback(username, true)
|
||||
.then(() => onClose())
|
||||
.catch((err: any) => {
|
||||
.catch((err: unknown) => {
|
||||
setError(takeError(err));
|
||||
setLoading(false);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user