cleaner cal
This commit is contained in:
parent
d00570ff2f
commit
34b098fa2a
@ -371,7 +371,7 @@ WHERE trip_details.id=?
|
||||
name.push_str(&format!("• {} ", triptype.name))
|
||||
}
|
||||
if let Some(notes) = tripdetails.notes {
|
||||
if !notes.is_empty() {
|
||||
if !notes.is_empty() && event.is_cancelled() {
|
||||
name.push_str(&format!("({notes}) "))
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user