Fixes the copy on new sessions, some additional styling work
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..name}</li>;
|
||||
return <div>{monster.data.name}</div>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user