-
Notifications
You must be signed in to change notification settings - Fork 1
fix category move on tabs expanding #302
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
base: dev
Are you sure you want to change the base?
Conversation
|
Someone is attempting to deploy this pull request to the Nearapps Team on Vercel. To accomplish this, the commit author's email address needs to be associated with a GitHub account. Learn more about how to change the commit author information. |
|
❌ Deploy Preview for cocky-leavitt-d84e18 failed. 🔨 Explore the source changes: 08b54e3 🔍 Inspect the deploy log: https://app.netlify.com/sites/cocky-leavitt-d84e18/deploys/61e9abcb3011c600088f1b61 |
biswanathsahoo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@therealtx Please add your css changes to .scss file and make sure sass-loader node-sass is working properly in your system
| import { useSelector, useDispatch } from "react-redux"; | ||
| import { useNavigate, useParams } from "react-router-dom"; | ||
| import { toast } from "react-toastify"; | ||
| import React, {useEffect} from "react"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Set your IDE option of using space in Object literal braces & ES6 imports
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changed. Do I need to re-run reformat code and push again?
|
Don't understand the commit only the formatting has been changed. |
There is just few lines of css changed, please check line 23-27 of css |
Add or I just need to replace current .css to .scss? |
No description provided.