Skip to content

Commit

Permalink
Remove userSelect
Browse files Browse the repository at this point in the history
  • Loading branch information
joel-jeremy committed Oct 12, 2023
1 parent f836460 commit e71b948
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,6 @@ const ExpenseCategory = memo(function ExpenseCategory({
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
userSelect: 'none',
}}
data-testid="category-name"
>
Expand Down Expand Up @@ -579,7 +578,6 @@ const ExpenseGroupTotals = memo(function ExpenseGroupTotals({
whiteSpace: 'nowrap',
overflow: 'hidden',
textOverflow: 'ellipsis',
userSelect: 'none',
}}
data-testid="name"
>
Expand Down Expand Up @@ -793,7 +791,6 @@ const IncomeGroupTotals = memo(function IncomeGroupTotals({
style={{
...styles.smallText,
...nameTextStyle,
userSelect: 'none',
}}
data-testid="name"
>
Expand Down Expand Up @@ -952,7 +949,6 @@ const IncomeCategory = memo(function IncomeCategory({
...styles.smallText,
...nameTextStyle,
...styles.underlinedText,
userSelect: 'none',
}}
data-testid="name"
>
Expand Down

0 comments on commit e71b948

Please sign in to comment.