Fix using functions as identifiers (#14848)

This commit is contained in:
Ibrahem Khalil 2023-01-21 13:28:45 +02:00 committed by GitHub
parent 53495dc893
commit dc9454defa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -32,11 +32,11 @@
(when add-divider? divider)
[rn/touchable-highlight
{:accessibility-label accessibility-label
:style style/container
:style (style/container sub-label)
:underlay-color (colors/theme-colors colors/neutral-5 colors/neutral-90)
:on-press on-press}
[rn/view
{:style style/row-container}
{:style (style/row-container sub-label)}
[rn/view
{:accessibility-label :left-icon-for-action
:accessible true