Disabled spy button for now

This commit is contained in:
2019-06-04 13:08:47 +10:00
parent eb9c42ca56
commit a9e6c88f45
2 changed files with 4 additions and 2 deletions
+1
View File
@@ -256,6 +256,7 @@ class Profile extends React.Component {
pendingStatus={'spying'}
pendingMsg={'Your spies are spying on'}
parseUnits={(json) => json.spies}
disabled={true}
>Send Spies</AttackButton>
</div>