mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-05 13:35:21 +02:00
9 lines
325 B
Text
9 lines
325 B
Text
|
<%# locals: (link_token:, region:, item_id:, is_update: false) %>
|
||
|
|
||
|
<%= tag.div data: {
|
||
|
controller: "plaid",
|
||
|
plaid_link_token_value: link_token,
|
||
|
plaid_region_value: region,
|
||
|
plaid_item_id_value: item_id,
|
||
|
plaid_is_update_value: is_update
|
||
|
} %>
|