Skip to content

Commit 5339963

Browse files
Remove todo
1 parent f76818f commit 5339963

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/components/screens/tweet_detail/widgets/tweet_detail_parent_tweet.dart

-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ class TweetDetailParentTweet extends StatelessWidget {
2626
children: [
2727
Padding(
2828
padding: config.edgeInsets.copyWith(bottom: 0),
29-
// TODO: tweet card should not have an animation
3029
child: TweetCard(state.parent!),
3130
),
3231
verticalSpacer,

0 commit comments

Comments
 (0)