From a8fcb9a61be5eae5e67e42f7e48fcb8fdabda64d Mon Sep 17 00:00:00 2001 From: Juliet Date: Sat, 24 Jan 2026 18:57:51 +0100 Subject: [PATCH] truncate rkeys --- src/views/car/explore.tsx | 2 +- src/views/stream/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/car/explore.tsx b/src/views/car/explore.tsx index d7605fb..7b4d800 100644 --- a/src/views/car/explore.tsx +++ b/src/views/car/explore.tsx @@ -531,7 +531,7 @@ const CollectionSubview = (props: { }} class="flex w-full items-baseline gap-1 text-left" > - + {entry.key} diff --git a/src/views/stream/index.tsx b/src/views/stream/index.tsx index d6c2b31..8816462 100644 --- a/src/views/stream/index.tsx +++ b/src/views/stream/index.tsx @@ -62,7 +62,7 @@ const StreamRecordItem = (props: { record: any; streamType: StreamType }) => { - {info().rkey} + {info().rkey}
-- 2.51.2