Skip to content

Commit

Permalink
Update actions_card.yaml
Browse files Browse the repository at this point in the history
Removes extra '{' from the `if` block
  • Loading branch information
SighItHappens authored Jan 14, 2025
1 parent 5bb82d9 commit 1018fe2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ ulm_actions_card:
]]]
data: >
[[[
if (variables.ulm_card_tap_action == 'adaptive'){
if (variables.ulm_card_tap_action == 'adaptive')
return {'option': variables.ulm_input_select_option };
else if (variables.ulm_card_tap_service_data !== undefined)
return variables.ulm_card_tap_service_data;
Expand Down

0 comments on commit 1018fe2

Please sign in to comment.