Small bug fix to the copy

pull/21833/head
Travis Ralston 2020-11-19 12:08:41 -07:00
parent 0104164d51
commit 86897e8faf
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ export class CapabilityText {
if (textForDirection && textForDirection[eventCap.direction]) {
return {
primary: _t(textForDirection[eventCap.direction]),
byline: CapabilityText.bylineFor(eventCap),
// no byline because we would have already represented the event properly
};
}
}