Skip to content

Commit a199db0

Browse files
committed
fix: correct DataTable closing brackets in ArchivedHeadlinesView
1 parent 4d4b721 commit a199db0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/content_management/view/archived_headlines_page.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,9 @@ class _ArchivedHeadlinesView extends StatelessWidget {
129129
dataRowHeight: 56,
130130
columnSpacing: AppSpacing.md,
131131
horizontalMargin: AppSpacing.md,
132+
),
132133
),
133-
),
134+
],
134135
);
135136
},
136137
),

0 commit comments

Comments
 (0)