|
@@ -52,7 +52,6 @@ const SubscribeButton: FC<Props> = (props: Props) => {
|
|
|
try {
|
|
try {
|
|
|
const res = await appContainer.apiv3Get('page/subscribe', { pageId });
|
|
const res = await appContainer.apiv3Get('page/subscribe', { pageId });
|
|
|
const { subscribing } = res.data;
|
|
const { subscribing } = res.data;
|
|
|
- console.log(subscribing);
|
|
|
|
|
if (subscribing == null) {
|
|
if (subscribing == null) {
|
|
|
setIsNull(true);
|
|
setIsNull(true);
|
|
|
}
|
|
}
|