Skip to content
Snippets Groups Projects
Commit 42747071 authored by lfr20's avatar lfr20
Browse files

Removed the update button

parent 8114c61b
No related branches found
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!40merge admin into develop,!37Merge sistema_admin into Update_Admin_System
......@@ -27,7 +27,6 @@ import ButtonGroup from "@material-ui/core/ButtonGroup";
import { useStyles } from "../Styles/DataCard";
// Icons
import EditRoundedIcon from "@material-ui/icons/EditRounded";
import UpdateRoundedIcon from "@material-ui/icons/UpdateRounded";
import ArrowBackIosIcon from "@material-ui/icons/ArrowBackIos";
const DataCard = (props) => {
......@@ -48,10 +47,6 @@ const DataCard = (props) => {
label: "Editar",
icon: <EditRoundedIcon />,
},
{
label: "Atualizar",
icon: <UpdateRoundedIcon />,
},
];
//Change state of the var edit
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment