Skip to content

Commit

Permalink
Gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
vinnyjth committed Mar 27, 2024
1 parent 0fb44f8 commit 8c6e0cf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,5 @@ yarn-error.log*
.eslintcache
.parcel-cache

.next
.next
dist
4 changes: 0 additions & 4 deletions packages/web-shared/embeds/FeatureFeed.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ function RenderFeatures({ featureFeed, nodeId, ...props }) {
const [searchParams] = useSearchParams();
let _id = searchParams.get('id');

if (!_id && nodeId) {
_id = nodeId;
}
console.log({ _id });
const { type, randomId } = parseSlugToIdAndType(_id) ?? {};

const Component = getComponentFromType({ type, id: randomId });
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8c6e0cf

Please sign in to comment.