refactor: remove licensing areas section from agent detail and home screens

This commit is contained in:
pradeepkumar
2026-04-15 19:08:53 +05:30
parent 3a86758561
commit 73277092fa
2 changed files with 0 additions and 18 deletions

View File

@@ -838,10 +838,6 @@ class _AgentDetailScreenState extends ConsumerState<AgentDetailScreen> {
_buildExperienceItem(state.contractsClosedLabel, [
state.contractsClosed,
]),
// Licensing Areas (always show)
state.licensingAreas.isNotEmpty
? _buildLicensingAreas(state.licensingAreas, state.licensingAreasLabel)
: _buildEmptySection(state.licensingAreasLabel, 'No licensed areas added'),
// Expertise Years (always show)
state.expertiseYears.isNotEmpty
? _buildExpertiseYears(state.expertiseYears, state.expertiseYearsLabel)