Skip to content
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

Fix typo in ResearchHub banner #1888

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion components/ResearchHubBanner.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ class ResearchHubBanner extends Component {
</span>
</div>
<div className={css(styles.subtext, styles.text)}>
{`We are bulding an open platform and community whose goal it is to
{`We are building an open platform and community whose goal it is to
accelerate science. `}
<Link href={"/about"} className={css(styles.readMore)}>
Read more
Expand Down
7 changes: 0 additions & 7 deletions components/UnifiedDocFeed/UnifiedDocFeedContainer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,6 @@ function UnifiedDocFeedContainer({
setUnifiedDocsLoading(false);
}, []);

// useEffectUpdateStatesOnServerChanges({
// routePath: routerPathName,
// serverLoadedData,
// setPaginationInfo,
// });

const firstLoad = useRef(!isServer() && !unifiedDocuments.length);
useEffectFetchDocs({
fetchParams: {
Expand Down Expand Up @@ -146,7 +140,6 @@ function UnifiedDocFeedContainer({
};

const showLoadMoreButton = hasMore;
// const renderableUniDoc = unifiedDocuments.slice(0, localPage * 10);
const cards = getDocumentCard({
setUnifiedDocuments,
unifiedDocumentData: unifiedDocuments,
Expand Down