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

SW-6317 #3525

Draft
wants to merge 11 commits into
base: main
Choose a base branch
from
Draft

SW-6317 #3525

wants to merge 11 commits into from

Conversation

alexTerraformation
Copy link
Contributor

No description provided.

Copy link

vercel bot commented Jan 13, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
terraware-web-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2025 5:37pm
tree-location-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jan 14, 2025 5:37pm

Comment on lines +89 to +92
console.log(
`AllColumns().filter((column) => defaultColumns.includes(column.key)) = ${AllColumns.filter((column) => defaultColumns.includes(column.key))}`
);
console.log('UPDATING!!!!');
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These console.log statements appear to be debugging code and should be removed before merging. They don't provide value in production and could clutter the browser console.

Spotted by Graphite Reviewer

Is this helpful? React 👍 or 👎 to let us know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants