Changes all documents to have an explicit type
This commit is contained in:
@@ -4,5 +4,5 @@ import type { Monster } from "@/lib/types";
|
||||
* Renders an editable monster row
|
||||
*/
|
||||
export const MonsterPrintRow = ({ monster }: { monster: Monster }) => {
|
||||
return <li>{monster.data.monster.name}</li>;
|
||||
return <li>{monster.data..name}</li>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user