fix: problems

This commit is contained in:
Jacques 2024-01-25 15:57:09 +01:00
parent 5c475d4de5
commit 0f0c90ef56

View file

@ -22,7 +22,7 @@ class _PostScreenState extends State<PostScreen> {
body: TimelinePostScreen(
userId: 'test_user',
service: widget.service,
options: TimelineOptions(),
options: const TimelineOptions(),
post: widget.post,
onPostDelete: () {
Navigator.of(context).pop();