{/^https?:\/\//.test(agencyURL) ? <a href={agencyURL} /> : <Link to={agencyURL} /> }
Add the following on top of your component
import { Link } from 'react-router';