|
|
@@ -49,7 +49,7 @@ import { modeChange } from "../../../reducers/article-mode";
|
|
|
import SearchButton from "../../../components/general/SearchButton";
|
|
|
import ToStudio from "../../../components/auth/ToStudio";
|
|
|
import { currentUser as _currentUser } from "../../../reducers/current-user";
|
|
|
-import LoginAlert from "../../../components/auth/LoginAlert";
|
|
|
+import LoginAlertModal from "../../../components/auth/LoginAlertModal";
|
|
|
|
|
|
/**
|
|
|
* type:
|
|
|
@@ -328,7 +328,7 @@ const Widget = () => {
|
|
|
key="Article"
|
|
|
style={{ marginLeft: "auto", marginRight: "auto", width: 1100 }}
|
|
|
>
|
|
|
- {loadedArticleData ? <LoginAlert /> : undefined}
|
|
|
+ <LoginAlertModal mode={currMode} />
|
|
|
<Article
|
|
|
active={true}
|
|
|
type={type as ArticleType}
|