1
0
mirror of https://github.com/yldio/copilot.git synced 2024-09-21 05:43:52 +03:00

properly import Anchor.fn

This commit is contained in:
Sérgio Ramos 2017-02-23 15:46:33 +00:00
parent 0afacc9408
commit cdcae9c1d4

View File

@ -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>