commented and removed some dead code and comments
This commit is contained in:
parent
6674adf371
commit
444d3b2107
3 changed files with 4 additions and 9 deletions
|
|
@ -86,10 +86,10 @@ export default function App() {
|
|||
|
||||
const userNavigation = [
|
||||
{ name: "Your Projects", href: "/" },
|
||||
{
|
||||
name: "Account settings",
|
||||
href: "http://localhost:4455/.ory/kratos/public/self-service/settings/browser",
|
||||
},
|
||||
// {
|
||||
// name: "Account settings",
|
||||
// href: "http://localhost:4455/.ory/kratos/public/self-service/settings/browser",
|
||||
// },
|
||||
{ name: "Sign out", href: "/" },
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -15,8 +15,4 @@ root.render(
|
|||
</BrowserRouter>
|
||||
</ContextWrapper>
|
||||
);
|
||||
|
||||
// If you want to start measuring performance in your app, pass a function
|
||||
// to log results (for example: reportWebVitals(console.log))
|
||||
// or send to an analytics endpoint. Learn more: https://bit.ly/CRA-vitals
|
||||
reportWebVitals();
|
||||
|
|
|
|||
|
|
@ -24,7 +24,6 @@ const ConnectionLineComponent = ({
|
|||
fromNode={},
|
||||
connectionLineStyle = {} // provide a default value for connectionLineStyle
|
||||
}) => {
|
||||
// console.log(fromNode)
|
||||
return (
|
||||
<g>
|
||||
<path
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue