Compare commits

..

1 commit

View file

@ -96,7 +96,6 @@ class EventRenderer extends ConsumerWidget {
spacing: 4, spacing: 4,
crossAxisAlignment: CrossAxisAlignment.start, crossAxisAlignment: CrossAxisAlignment.start,
children: [ children: [
Text(event.timelineRowId.toString()),
if (!isGrouped && !textOnly) if (!isGrouped && !textOnly)
Row( Row(
spacing: 4, spacing: 4,