mirror of
https://github.com/wassname/talk.git
synced 2026-07-23 13:10:20 +08:00
Removing like from core action summary
This commit is contained in:
@@ -3,8 +3,6 @@ const ActionSummary = {
|
||||
switch (action_type) {
|
||||
case 'FLAG':
|
||||
return 'FlagActionSummary';
|
||||
case 'LIKE':
|
||||
return 'LikeActionSummary';
|
||||
case 'DONTAGREE':
|
||||
return 'DontAgreeActionSummary';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user