Skip to content
Snippets Groups Projects
Commit a20a44b3 authored by Lucas Eduardo Schoenfelder's avatar Lucas Eduardo Schoenfelder
Browse files

removed unnecessary lines

parent 3673d5b8
Branches homologa_arrumar_termos
No related tags found
4 merge requests!57Merge of develop into master,!56Fixed buttons reportar, seguir, compartilhar, guardar and entrar (in comments...,!39Update admin system,!32Homologa
...@@ -58,7 +58,7 @@ const GetHeaderConfig = () => { ...@@ -58,7 +58,7 @@ const GetHeaderConfig = () => {
} }
export default function UserPage (props){ export default function UserPage (props){
const {state, dispatch} = useContext(Store) const {state} = useContext(Store)
const id = state.currentUser.id const id = state.currentUser.id
const [tabValue, setTabValue] = useState( const [tabValue, setTabValue] = useState(
......
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