diff --git a/src/info.tsx b/src/info.tsx index 0dbbe38711..1219d6b024 100644 --- a/src/info.tsx +++ b/src/info.tsx @@ -12,7 +12,7 @@ const LOLZ = [ 'http://www.reactiongifs.com/r/didit.gif' ] -type InfoProps = { +interface InfoProps { selectedRow: number, user: User }