diff --git a/src/components/OptionRow.js b/src/components/OptionRow.js index 8afda6c375bb..cb670f3cf6ce 100644 --- a/src/components/OptionRow.js +++ b/src/components/OptionRow.js @@ -186,6 +186,7 @@ function OptionRow(props) { styles.alignItemsCenter, styles.justifyContentBetween, styles.sidebarLink, + !props.isDisabled && styles.cursorPointer, props.shouldDisableRowInnerPadding ? null : styles.sidebarLinkInner, props.optionIsFocused ? styles.sidebarLinkActive : null, props.shouldHaveOptionSeparator && styles.borderTop,