Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -81,7 +81,7 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO | ... | @@ -81,7 +81,7 @@ class MembershipPageState extends BaseState<MembershipPage> with WidgetsBindingO |
81 | children: [ | 81 | children: [ |
82 | initBackBar(), | 82 | initBackBar(), |
83 | const Spacer(), | 83 | const Spacer(), |
84 | - // buildCompleteWidget(), | 84 | + buildCompleteWidget(), |
85 | ], | 85 | ], |
86 | ), | 86 | ), |
87 | ), | 87 | ), | ... | ... |
-
Please register or login to post a comment