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

Fetch data rocket #32

Merged
merged 4 commits into from
Jul 20, 2022
Merged

Fetch data rocket #32

merged 4 commits into from
Jul 20, 2022

Conversation

jahongiry
Copy link
Owner

Fetch rocket data
Fix duplicate error

@safar1212
Copy link
Collaborator

Please resolve the conflict for approval.

Copy link
Collaborator

@safar1212 safar1212 left a comment

Choose a reason for hiding this comment

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

Your project is approved. You can merge this branch

@@ -5,18 +5,23 @@ import classes from './Rockets.module.css';

const Rockets = () => {
const info = useSelector((state) => state.rocket);
console.log(info);
Copy link
Collaborator

Choose a reason for hiding this comment

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

You can remove this console. There is no need of it now.

@jahongiry jahongiry merged commit e4799fc into dev Jul 20, 2022
@jahongiry jahongiry linked an issue Jul 20, 2022 that may be closed by this pull request
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.

[4pt] Fetch rockets - Fetch data
2 participants