Remove version

This commit is contained in:
Matej Bačo
2025-03-11 13:22:30 +00:00
parent 761fcd7cd7
commit bc66bcdbeb
5 changed files with 0 additions and 16 deletions

View File

@@ -242,15 +242,6 @@ class ProjectSection extends StatelessWidget {
ProjectRow(title: "Project ID", value: projectInfo.projectId),
],
),
const SizedBox(height: 16),
Row(
mainAxisAlignment: MainAxisAlignment.spaceBetween,
children: [
ProjectRow(
title: "Project Name", value: projectInfo.projectName),
ProjectRow(title: "Version", value: projectInfo.version),
],
),
],
),
),