mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-23 05:01:49 +10:00
Fixed type in StorageContext.js
Thank you kind stranger.
This commit is contained in:
@ -33,7 +33,7 @@ const StorageProvider = ({ children }) => {
|
|||||||
|
|
||||||
if (file.size > 2097152) {
|
if (file.size > 2097152) {
|
||||||
toast.error(
|
toast.error(
|
||||||
"Your image seems to be bigger than 2 MB. That's way too much. Maybe consider reducing it's size?",
|
"Your image seems to be bigger than 2 MB. That's way too much. Maybe consider reducing its size?",
|
||||||
);
|
);
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user