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;