diff --git a/frontend/src/pages/profile.jsx b/frontend/src/pages/profile.jsx index f85f1e2..1c94377 100644 --- a/frontend/src/pages/profile.jsx +++ b/frontend/src/pages/profile.jsx @@ -11,8 +11,14 @@ const Profile = () => { // deserialize the build object const b = deserializeBuildState(build.build); return ( -
  • - {b.name} +
  • + +

    {b.name}

    +

    Monster: {b.monster.name}

    +
  • ); })}