Update SessionIcon.tsx

pull/685/head
vincentbavitz 6 years ago committed by GitHub
parent 5632c3442a
commit 11915614b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -121,7 +121,7 @@ export enum SessionIconSizes {
Large = 'large',
}
interface Props {
export interface Props {
iconType: SessionIconTypes;
iconSize: SessionIconSizes;
iconColor: string;

Loading…
Cancel
Save