Skip to content

Conversation

@cristiansuzuki
Copy link
Member

@cristiansuzuki cristiansuzuki commented Sep 17, 2021

Logo

Pull Request - FE Partners Dashboard


Descrição

{Digite a descrição sobre o PR}

Tipo da mudança:

  • Feature (Nova funcionalidade)
  • Bug fix (Arruma algo que estava quebrando)

{Prints aqui}

"@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",
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
"@ramonak/react-progress-bar": "^3.2.1",
"@ramonak/react-progress-bar": "3.2.1",

@sonarqubecloud
Copy link

Please retry analysis of this Pull-Request directly on SonarCloud.

Comment on lines +16 to +23
useEffect(() => {
async function GetDetails() {
const { data } = await api.get("/partner/profile");

setRestaurant(data);
}
GetDetails();
}, []);
Copy link
Member

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}>
Copy link
Member

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>
Copy link
Member

Choose a reason for hiding this comment

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

styled componentes doc

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.

3 participants