re-fix error message

This commit is contained in:
Travis Eden 2018-04-02 16:30:18 -04:00 committed by Sean Yesmunt
parent 1846b40b2d
commit 9957be18bf

View file

@ -67,7 +67,7 @@ export const doUploadThumbnail = (filePath: string, nsfw: boolean) => (dispatch:
return text;
};
const uploadError = (error: string = '') =>
const uploadError = (error = '') =>
dispatch(
batchActions(
{