Update some more

This commit is contained in:
Michael Telatynski 2021-07-12 09:10:27 +01:00
parent a645cebb49
commit 33dca81352
3 changed files with 12 additions and 12 deletions

View file

@ -32,7 +32,7 @@ interface IProps {
hasAvatar: boolean;
noAvatarLabel?: string;
hasAvatarLabel?: string;
setAvatarUrl(url: string): Promise<any>;
setAvatarUrl(url: string): Promise<unknown>;
}
const MiniAvatarUploader: React.FC<IProps> = ({ hasAvatar, hasAvatarLabel, noAvatarLabel, setAvatarUrl, children }) => {