mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
chat-fe: don't redirect if creating group
This commit is contained in:
parent
1d81107d72
commit
a6c5e96902
@ -124,7 +124,7 @@ export class NewScreen extends Component {
|
||||
}
|
||||
});
|
||||
|
||||
if(state.ships.length === 1 && state.security === 'village') {
|
||||
if(state.ships.length === 1 && state.security === 'village' && !state.createGroup) {
|
||||
props.history.push(`/~chat/new/dm/${aud[0]}`);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user