Add follow button to ui, improved flow
This commit is contained in:
parent
2cd088c049
commit
3916d9c58e
5 changed files with 51 additions and 2 deletions
|
@ -8,6 +8,7 @@ export const followStates = {
|
|||
};
|
||||
|
||||
export const followRoles = {
|
||||
open: "open",
|
||||
leader: "leader",
|
||||
follower: "follower",
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue