Add some comments

This commit is contained in:
Chi Vinh Le
2018-01-24 23:34:53 +01:00
parent 1fc07e8649
commit 2246b16cf4
@@ -70,6 +70,7 @@ export const hideRejectUsernameDialog = () => ({
type: HIDE_REJECT_USERNAME_DIALOG,
});
// Enable or disable the activity indicator subscriptions.
export const setIndicatorTrack = track => ({
type: SET_INDICATOR_TRACK,
track,