Updated all packages and fixed errors thrown by new ESLint
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import React from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default ({ dmg1, dmg2 }) => {
|
||||
const Car = ({ dmg1, dmg2 }) => {
|
||||
const { t } = useTranslation();
|
||||
|
||||
return (
|
||||
@@ -744,3 +744,5 @@ export default ({ dmg1, dmg2 }) => {
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
export default Car;
|
||||
|
||||
Reference in New Issue
Block a user