Skip to content
Snippets Groups Projects
Unverified Commit fd533875 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix typo

parent a6f32306
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ export default class PulseEditCards extends Component {
cards: [...pulse.cards.slice(0, index), ...pulse.cards.slice(index + 1)]
});
this.trackPulseEvent("RmoveCard", index);
this.trackPulseEvent("RemoveCard", index);
}
getNotices(card, cardPreview, index) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment