We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The tooltip for pending users does not show which member is responsible for giving invite link to proposal-accepted members.
This is the user that opened the proposal, who's responsible for giving the link:
This is another user in the group:
Fix so correct user is shown, even if said user doesn't have a displayName set.
The text was updated successfully, but these errors were encountered:
#2241 - Bug-fix in invited-by tooltip (#2295)
79b5631
* bug-fix * remove console.log * remove unused prop * variable as camelCase * var name update
SebinSong
Successfully merging a pull request may close this issue.
Problem
The tooltip for pending users does not show which member is responsible for giving invite link to proposal-accepted members.
This is the user that opened the proposal, who's responsible for giving the link:
This is another user in the group:
Solution
Fix so correct user is shown, even if said user doesn't have a displayName set.
The text was updated successfully, but these errors were encountered: