Removing like from core action summary

This commit is contained in:
Belen Curcio
2017-05-01 11:44:24 -03:00
parent a90802a046
commit f3980a03b2
-2
View File
@@ -3,8 +3,6 @@ const ActionSummary = {
switch (action_type) {
case 'FLAG':
return 'FlagActionSummary';
case 'LIKE':
return 'LikeActionSummary';
case 'DONTAGREE':
return 'DontAgreeActionSummary';
}