-
Notifications
You must be signed in to change notification settings - Fork 5
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: ninja badges #189
base: main
Are you sure you want to change the base?
fix: ninja badges #189
Conversation
✅ Deploy Preview for coderdojobraga-web canceled.
|
✅ Deploy Preview for coderdojobraga-blog canceled.
|
✅ Deploy Preview for coderdojobraga-maintenance canceled.
|
✅ Deploy Preview for coderdojobraga-app ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
4b32a2a
to
d82eee6
Compare
@@ -52,16 +52,16 @@ export default function LectureForm({ id }) { | |||
|
|||
const [ninjas, setNinjas] = useState([]); | |||
|
|||
let promise; | |||
useEffect(() => { | |||
let promise; |
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.
Why this change?
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.
It was a "CI/ Build " erro , i think it was a react hook and to resolve was to put this let inside the "useEffect()"
i put on the tables of user(ninja mentor, guardian ) the user's name in hyperlink to be more easy to navigate between profile.
I did a redesign on the users profiles.