diff --git a/src/my-status.tsx b/src/my-status.tsx index 22e30dc..df6ef3d 100644 --- a/src/my-status.tsx +++ b/src/my-status.tsx @@ -34,14 +34,14 @@ export default function ViewStatusCommand() { return ( - {status?.map((statu) => ( + {status?.map((status) => ( } + title={status.akkoma.source.content} + key={status.id} + detail={} actions={ - + } />