Skip to content

Commit

Permalink
make requested comment change
Browse files Browse the repository at this point in the history
  • Loading branch information
marcaaron committed Oct 10, 2023
1 parent b09bad3 commit 5719736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/OptionsList/BaseOptionsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ function BaseOptionsList({
) : (
<>
{/* If we are loading new options we will avoid showing any header message. This is mostly because one of the header messages says there are no options. */}
{/* This is confusing because we might be in the process of loading fresh options from the server. */}
{/* This is misleading because we might be in the process of loading fresh options from the server. */}
{!isLoadingNewOptions && headerMessage ? (
<View style={[styles.ph5, styles.pb5]}>
<Text style={[styles.textLabel, styles.colorMuted]}>{headerMessage}</Text>
Expand Down

0 comments on commit 5719736

Please sign in to comment.