Fixed naming
This commit is contained in:
parent
4babb19614
commit
dff58ee29e
1 changed files with 1 additions and 1 deletions
|
|
@ -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"]],
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue