Skip to content

PROD-4454: Fix home page not loading #7036

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 17, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions src/shared/containers/Dashboard/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,9 @@ import { isTokenExpired } from '@topcoder-platform/tc-auth-lib';
import { config } from 'topcoder-react-utils';
import Viewport from 'components/Contentful/Viewport';
import TopcoderTime from 'components/Dashboard/TCTime';
import ThriveArticlesFeedContainer from 'containers/Dashboard/ThriveArticlesFeed';
// deprecated with https://topcoder.atlassian.net/browse/CORE-346
// import GigsFeed from 'containers/Dashboard/GigsFeed';
import ChallengesFeed from 'containers/Dashboard/ChallengesFeed';
import BlogFeedContainer from 'containers/Dashboard/BlogFeed';
import MetaTags from 'components/MetaTags';
// deprecated with https://topcoder.atlassian.net/browse/TOP-1390
// import NewsFeed from './NewsFeed';
Expand Down Expand Up @@ -74,8 +72,6 @@ function SlashTCContainer(props) {
{/* deprecated with https://topcoder.atlassian.net/browse/TOP-1390 */}
{/* <NewsFeed /> */}
{ isDevEnv ? <Viewport id="2qVJTorSdRVNlfRqoQocUH" /> : <Viewport id="SSwOFPT8l0WpGhqCBRISG" /> }
<ThriveArticlesFeedContainer itemCount={4} theme="light" />
<BlogFeedContainer itemCount={4} theme="light" />
{ isDevEnv ? <Viewport id="2tq6jtu9GzPab7lAb7swlT" /> : <Viewport id="6sjlJHboX3aG3mFS5FnZND" /> }
</div>
</div>
Expand All @@ -84,8 +80,6 @@ function SlashTCContainer(props) {
{/* Left column */}
<div className={theme.column}>
<TopcoderTime />
<ThriveArticlesFeedContainer itemCount={4} theme="light" />
<BlogFeedContainer itemCount={4} theme="light" />
{ isDevEnv ? <Viewport id="2tq6jtu9GzPab7lAb7swlT" /> : <Viewport id="6sjlJHboX3aG3mFS5FnZND" /> }
</div>
{/* Center column */}
Expand Down
Loading