mirror of
https://github.com/yldio/copilot.git
synced 2024-11-13 06:40:06 +02:00
properly import Anchor.fn
This commit is contained in:
parent
0afacc9408
commit
cdcae9c1d4
@ -2,7 +2,7 @@ import React from 'react';
|
||||
import { Link } from 'react-router-dom';
|
||||
import forceArray from 'force-array';
|
||||
|
||||
import Anchor from '@ui/components/anchor';
|
||||
import Anchor, { fn as AnchorFn } from '@ui/components/anchor';
|
||||
import MetricsOutlet from '@components/metrics-outlet';
|
||||
import PropTypes from '@root/prop-types';
|
||||
|
||||
@ -41,7 +41,7 @@ const ServiceItem = ({
|
||||
) : (
|
||||
<ListItemTitle>
|
||||
<Link to={to}>
|
||||
{Anchor.fn(
|
||||
{AnchorFn(
|
||||
<Anchor secondary>
|
||||
{service.name}
|
||||
</Anchor>
|
||||
|
Loading…
Reference in New Issue
Block a user