From 16450b1e46b3a873c8953f5e4dd90e4f3336a11e Mon Sep 17 00:00:00 2001 From: sevichecc <91365763+Sevichecc@users.noreply.github.com> Date: Mon, 17 Apr 2023 01:57:05 +0800 Subject: [PATCH] style: change the name of params --- src/my-status.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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={ - + } />