Compare commits
1 commit
734e7f57df
...
f00c9abb04
| Author | SHA1 | Date | |
|---|---|---|---|
|
f00c9abb04 |
1 changed files with 1 additions and 0 deletions
|
|
@ -96,6 +96,7 @@ 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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue