mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
9 lines
322 B
Text
9 lines
322 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
|
|
} %>
|