Bypass proxy image size
Some checks failed
continuous-integration/drone/push Build is failing

fixes #601
This commit is contained in:
Kieran 2023-07-12 12:33:57 +01:00
parent e92ac1c850
commit 34f5ac291e
Signed by: Kieran
GPG Key ID: DE71CEB3925BE941

View File

@ -14,7 +14,7 @@ export const ProxyImg = (props: ProxyImgProps) => {
if (loadFailed) { if (loadFailed) {
if (bypass) { if (bypass) {
return <img {...props} />; return <img {...props} width={props.size} height={props.size} />;
} }
return ( return (
<div <div