Browse Source

Disabling user activation

master
GabrielTrettel 3 years ago
parent
commit
c858edd8ed
  1. 4
      src/app/screens/AccountScreen.js

4
src/app/screens/AccountScreen.js

@ -115,8 +115,8 @@ function AccountScreen(props) {
},
{
icon: "bank",
show: showActivation(),
// show: true,
// show: showActivation(),
show: false,
IconProvider: MaterialCommunityIcons,
title: "ATIVAR INSTITUIÇÃO",
onPress: () => {

Loading…
Cancel
Save