Changeset 1b4b6ff for client_app/src/components/profiles
Legend:
- Unmodified
- Added
- Removed
-
client_app/src/components/profiles/company_profile.js
re857530 r1b4b6ff 21 21 <Segment><b>Address: </b> {props.data.address.country}-{props.data.address.city}-{props.data.address.street}</Segment> 22 22 </Segment.Group> 23 <Button primary as={Link} to={"/ team/edit"}>Edit</Button>23 <Button primary as={Link} to={"/company/edit"}>Edit</Button> 24 24 </Container> 25 25 );
Note:
See TracChangeset
for help on using the changeset viewer.