Kaynağa Gözat

Temporarily display the contents of data-content

oshikishintaro 5 yıl önce
ebeveyn
işleme
19a655ab8a

+ 3 - 1
src/client/js/components/User/SeenUserList.jsx

@@ -30,7 +30,9 @@ class SeenUserList extends React.Component {
         data-container="body"
         data-container="body"
         data-toggle="popover"
         data-toggle="popover"
         data-placement="bottom"
         data-placement="bottom"
-        data-content={this.userListContent}
+        data-html="true"
+        data-content="ああああ05ああああ10ああああ15ああああ20"
+        // {this.userListContent}
       >
       >
         <span className="mr-2 svg footstamp-icon"><FootstampIcon /></span>
         <span className="mr-2 svg footstamp-icon"><FootstampIcon /></span>
         <span className="seen-user-count">{pageContainer.state.countOfSeenUsers}</span>
         <span className="seen-user-count">{pageContainer.state.countOfSeenUsers}</span>