Skip to content

Commit

Permalink
Pull remote changes
Browse files Browse the repository at this point in the history
  • Loading branch information
parasharrajat committed May 14, 2021
2 parents fa3ae71 + 78a084b commit 743ee68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/AvatarWithIndicator.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const propTypes = {
// avatar size
size: PropTypes.string,

// When true, shows sync indicator
// Whether we show the sync indicator
isSyncing: PropTypes.bool,
};

Expand Down
2 changes: 1 addition & 1 deletion src/pages/home/sidebar/SidebarLinks.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const propTypes = {
// Whether we have the necessary report data to load the sidebar
initialReportDataLoaded: PropTypes.bool,

// Syncing App Data
// Whether we are syncing app data
isSyncingData: PropTypes.bool,
};

Expand Down

0 comments on commit 743ee68

Please sign in to comment.