Skip to content

Commit

Permalink
remove pin display from import
Browse files Browse the repository at this point in the history
  • Loading branch information
suitcasemedia committed Jun 30, 2023
1 parent 1f35883 commit 5cc513d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/components/LinkDisplay/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React, { useRef, useState, useContext } from 'react';
import { FiLink, FiCopy, FiExternalLink } from 'react-icons/fi';
import styles from './Style.module.css';
import { ThemeContext } from '../../ThemeContext.js';
import PinDisplay from './../PinDisplay';

const LinkDisplay = ({ content }) => {
const chatLink = content.absoluteLink
Expand Down

0 comments on commit 5cc513d

Please sign in to comment.