|
@@ -14,12 +14,12 @@ class PropertyVmState {
|
|
|
List<Map<String, dynamic>>? topSectionsData,
|
|
|
this.currentPageViewIdx = 0,
|
|
|
}) : topSectionsData = topSectionsData?? [
|
|
|
- {
|
|
|
- "title": S.current.ioan,
|
|
|
- "icon": Assets.propertyIoan,
|
|
|
- "pageStartInstanceFn": PropertyIoanPage.startInstance,
|
|
|
- "page": const PropertyIoanPage(),
|
|
|
- },
|
|
|
+ // {
|
|
|
+ // "title": S.current.ioan,
|
|
|
+ // "icon": Assets.propertyIoan,
|
|
|
+ // "pageStartInstanceFn": PropertyIoanPage.startInstance,
|
|
|
+ // "page": const PropertyIoanPage(),
|
|
|
+ // },
|
|
|
{
|
|
|
"title": S.current.news,
|
|
|
"icon": Assets.propertyNews,
|