|
@@ -7,6 +7,7 @@ import { withUnstatedContainers } from '../UnstatedUtils';
|
|
|
|
|
|
|
|
import BookmarkButton from '../BookmarkButton';
|
|
import BookmarkButton from '../BookmarkButton';
|
|
|
import LikeButton from '../LikeButton';
|
|
import LikeButton from '../LikeButton';
|
|
|
|
|
+import WatchButton from '../WatchButton';
|
|
|
import PageManagement from '../Page/PageManagement';
|
|
import PageManagement from '../Page/PageManagement';
|
|
|
|
|
|
|
|
const SubnavButtons = (props) => {
|
|
const SubnavButtons = (props) => {
|
|
@@ -21,6 +22,9 @@ const SubnavButtons = (props) => {
|
|
|
|
|
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
|
|
+ <span>
|
|
|
|
|
+ <WatchButton />
|
|
|
|
|
+ </span>
|
|
|
{pageContainer.isAbleToShowLikeButton && (
|
|
{pageContainer.isAbleToShowLikeButton && (
|
|
|
<span>
|
|
<span>
|
|
|
<LikeButton />
|
|
<LikeButton />
|