Skip to content

Conversation

@shreyasintax
Copy link

closes #264

"pg": "^8.11.3",
"postcss": "^8",
"prettier": "^3.2.4",
"prettier": "^3.5.0",
Copy link
Member

Choose a reason for hiding this comment

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

Why is this being modified?

]);

export default function WorkshopContent({ text, section }) {
const [selectedCategory, setSelectedCategory] = useState(categories[0]);
Copy link
Contributor

Choose a reason for hiding this comment

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

try doing this without the use of useState

@som-04
Copy link
Contributor

som-04 commented Feb 13, 2025

Also, don't commit multiple times, just do it once and then use git commit --amend for pushing any subsequent changes.

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.

Central Workshop page Overhaul

4 participants