Remove "They won't know if you decline" message
This commit is contained in:
parent
ed6ed99d8f
commit
91257f308e
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ impl View for JoinProjectNotification {
|
||||||
render_user_notification(
|
render_user_notification(
|
||||||
self.user.clone(),
|
self.user.clone(),
|
||||||
"wants to join your project",
|
"wants to join your project",
|
||||||
Some("They won't know if you decline."),
|
None,
|
||||||
Decline,
|
Decline,
|
||||||
vec![("Decline", Box::new(Decline)), ("Accept", Box::new(Accept))],
|
vec![("Decline", Box::new(Decline)), ("Accept", Box::new(Accept))],
|
||||||
cx,
|
cx,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue