-
Notifications
You must be signed in to change notification settings - Fork 0
DEV-14/feat/partner_register #95
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: master
Are you sure you want to change the base?
Conversation
| "@material-ui/core": "4.12.2", | ||
| "@material-ui/icons": "4.9.1", | ||
| "@material-ui/lab": "4.0.0-alpha.56", | ||
| "@ramonak/react-progress-bar": "^3.2.1", |
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.
| "@ramonak/react-progress-bar": "^3.2.1", | |
| "@ramonak/react-progress-bar": "3.2.1", |
|
Please retry analysis of this Pull-Request directly on SonarCloud. |
| useEffect(() => { | ||
| async function GetDetails() { | ||
| const { data } = await api.get("/partner/profile"); | ||
|
|
||
| setRestaurant(data); | ||
| } | ||
| GetDetails(); | ||
| }, []); |
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.
Ta usando doc?
| const [handleUploadThumbail, handleUploadLogo] = useLogoAndThumb(); | ||
|
|
||
| return ( | ||
| <Template title="Imagens do estabelecimento" progress={50}> |
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.
Todos são 50% mesmo doc?
| </ColumnDiv> | ||
| </Div> | ||
|
|
||
| <TopText style={{ marginTop: "5%" }}>Taxa de entrega</TopText> |
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.
styled componentes doc
Pull Request - FE Partners Dashboard
Descrição
{Digite a descrição sobre o PR}
Tipo da mudança:
{Prints aqui}