Skip to content

Commit

Permalink
Auth can see members of workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
fgall002 committed Dec 4, 2019
1 parent bff78c9 commit a6a6f04
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/Screens/WorkSpace/user/AuthEdithWorkspaceScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,14 @@ const EditWorkspaceScreen = props => {
color={Colors.workSpaceNavigationPrimaryColor}
/>
}

{functionality === 'Edit Workspace' &&
<Button
title= "Workspace Members"
onPress = { ( ) => { props.navigation.navigate('AuthListWorkspaceMemberScreen',{workspaceId: editedWorkspace})}}
color={Colors.workSpaceNavigationPrimaryColor}
/>
}
</ScrollView>
</KeyboardAvoidingView>
)
Expand Down

0 comments on commit a6a6f04

Please sign in to comment.