Просмотр исходного кода

Temporarily display the contents of data-content

oshikishintaro 5 лет назад
Родитель
Сommit
19a655ab8a
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      src/client/js/components/User/SeenUserList.jsx

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

@@ -30,7 +30,9 @@ class SeenUserList extends React.Component {
         data-container="body"
         data-toggle="popover"
         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="seen-user-count">{pageContainer.state.countOfSeenUsers}</span>