refactor: remove licensing areas section from agent detail and home screens
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user