forked from Transparency/kgroad-frontend2
moving profile photo to env and fix bug
This commit is contained in:
parent
57fab57b9d
commit
c7f7380821
@ -25,7 +25,7 @@ const ProfileAvatar: React.FC<IProfileAvatarProps> = ({
|
||||
);
|
||||
const [isDeleting, setIsDeleting] = useState<boolean>(false);
|
||||
const [message, setMessage] = useState<boolean>(false);
|
||||
const def = process.env.PROFILE_AVATAR_URL;
|
||||
const def = process.env.PROFILE_AVATAR_URLL as string;
|
||||
|
||||
|
||||
const [success, setSuccess] = useState<string>("");
|
||||
|
Loading…
Reference in New Issue
Block a user