Ignore:
Timestamp:
02/11/21 13:50:15 (3 years ago)
Author:
Vzdra <vladko.zdravkovski@…>
Branches:
master
Parents:
e857530
Message:

bugfix and logging

File:
1 edited

Legend:

Unmodified
Added
Removed
  • client_app/src/components/profiles/company_profile.js

    re857530 r1b4b6ff  
    2121                <Segment><b>Address: </b> {props.data.address.country}-{props.data.address.city}-{props.data.address.street}</Segment>
    2222            </Segment.Group>
    23             <Button primary as={Link} to={"/team/edit"}>Edit</Button>
     23            <Button primary as={Link} to={"/company/edit"}>Edit</Button>
    2424        </Container>
    2525    );
Note: See TracChangeset for help on using the changeset viewer.