user_profile: Fix unsubscribing other users from streams.

This fixes a bug introduced with the Micromodal migration in
7a505e3857, where the data-user-id
declaration for this modal was lost.
This commit is contained in:
Tim Abbott 2022-01-21 15:45:11 -08:00
parent 93329c2d70
commit a020d7a80d
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<div class="micromodal" id="user-profile-modal" aria-hidden="true">
<div class="micromodal" id="user-profile-modal" data-user-id="{{user_id}}" aria-hidden="true">
<div class="modal__overlay" tabindex="-1" data-micromodal-close>
<div class="modal__container new-style{{#unless profile_data.length}} no-fields{{/unless}}" role="dialog" aria-modal="true" aria-labelledby="dialog_title">
<main class="modal__body" id="body" data-simplebar data-simplebar-auto-hide="false">