Code improvements

This commit is contained in:
Juan Gilsanz Polo
2025-04-03 22:07:35 +02:00
parent f330c2f6b5
commit badc2b8904
3 changed files with 5 additions and 10 deletions

View File

@@ -126,9 +126,6 @@ class CustomTabContentList extends StatelessWidget {
),
);
}
default:
return const SizedBox();
}
}
}