Fixed naming

This commit is contained in:
Lucas Oliveira 2023-11-16 18:22:07 -03:00
commit dff58ee29e

View file

@ -80,7 +80,7 @@ export const MarketCardComponent = ({
} else {
console.error(error);
setErrorData({
title: `Error on liking ${name}.`,
title: `Error liking ${name}.`,
list: [error["response"]["data"]["detail"]],
});
}