From 0b4eb761ad5d7b3095d7410373e09ddd358c7e60 Mon Sep 17 00:00:00 2001 From: thislight Date: Fri, 11 Oct 2024 18:27:25 +0800 Subject: [PATCH] TootBottomSheet: minor clean up --- src/timelines/TootBottomSheet.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/timelines/TootBottomSheet.tsx b/src/timelines/TootBottomSheet.tsx index dc1bc4e..0081c97 100644 --- a/src/timelines/TootBottomSheet.tsx +++ b/src/timelines/TootBottomSheet.tsx @@ -62,9 +62,6 @@ const TootBottomSheet: Component = (props) => { } ); }; - const profile = () => { - return session().account; - }; const pushedCount = () => { return location.state?.tootBottomSheetPushedCount || 0;