Update Toast.tsx to remove unsued interface (#7698)

pull/7700/head
Georgios Drivas 2 weeks ago committed by GitHub
parent a60da85876
commit ae54bac820
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      src/components/Toast.tsx

@ -8,8 +8,6 @@ import { InfoIcon } from './ReactIcons/InfoIcon';
import { Spinner } from './ReactIcons/Spinner'; import { Spinner } from './ReactIcons/Spinner';
import { deleteUrlParam, getUrlParams, setUrlParams } from '../lib/browser'; import { deleteUrlParam, getUrlParams, setUrlParams } from '../lib/browser';
export interface Props {}
const messageCodes: Record<string, string> = { const messageCodes: Record<string, string> = {
tl: 'Successfully left the team', tl: 'Successfully left the team',
fs: 'Friend request sent', fs: 'Friend request sent',

Loading…
Cancel
Save