-                  
-                    
-                      Voucher & Gift Card
-                    
+            
+              {this.props.appstate.wallet.data.wallet ? (
+                
+                  
+                    
+                      Voucher
+                    
+                    
+                      
+                    
+                  
+                  
+                     this.setModalTopup(true)}>Add Voucher
+                  
+                
+              ) : ''}
+            
 
-                    
-                      {
-                        (this.vouchersStore.list.length > 0) ?
-                          this.vouchersStore.list.map((item, index) => {
-                            return ( this.setState({isOpened: true, data: item})} key={index} span={6}>
-                              
-                            )
-                          })
-                          : (
-                            
-                          )
-                      }
-                    
+            
+              {this.props.appstate.wallet.data.wallet ? (
+                
+                  
+                    
+                      Profile
+                    
+                    
+                      Please complete your profile
+                    
+                  
+                  
+                     console.log('Edit Profile')}>Edit Profile
+                  
+                
+              ) : ''}
+            
 
-                     this.setState({isOpened: false})}
-                      onCancel={() => this.setState({isOpened: false})}
-                    />
-                  
-