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

fixed #239: "Comments for Newer Revision" to be opened with default

* add "in" class for "Comments for Newer Revision"
Koki Oyatsu 8 лет назад
Родитель
Сommit
672fcc67cf
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      resource/js/components/PageComments.js

+ 1 - 1
resource/js/components/PageComments.js

@@ -165,7 +165,7 @@ export default class PageComments extends React.Component {
       </div>
       </div>
     );
     );
     const newerBlock = (
     const newerBlock = (
-      <div className="page-comments-list-newer collapse" id="page-comments-list-newer">
+      <div className="page-comments-list-newer collapse in" id="page-comments-list-newer">
         {newerElements}
         {newerElements}
       </div>
       </div>
     );
     );