Small bug fix to the copy

This commit is contained in:
Travis Ralston 2020-11-19 12:08:41 -07:00
parent 0104164d51
commit 86897e8faf

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
};
}
}