Skip to content
Snippets Groups Projects
Commit 1b05250c authored by Miriam Lang's avatar Miriam Lang
Browse files

link to apo einstellungen

parent 8645f233
No related branches found
No related tags found
No related merge requests found
import React, { useEffect, useState } from "react";
import { useParams } from 'react-router-dom';
import { useParams, Link } from 'react-router-dom';
import { Button } from "react-bootstrap";
import NeuesBtmModal from "../btmbuch/NeuesBtmModal";
import "../../App.scss";
......@@ -42,7 +42,7 @@ function ApothekenDetails(props) {
<li>Name: {apotheke.name}</li>
<li>E-Mail: {apotheke.email}</li>
</ul>
<Button >Apotheke Einstellungen</Button>
<Link to={`${props.match.params.apoId}/einstellungen`} ><Button >Apotheke Einstellungen</Button></Link>
<Button
onClick={() => setneuesBtmModalShow(true)}
style={{ marginLeft: "1em" }}
......
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