diff --git a/src/components/dashboard/users/AccessScheduleList.tsx b/src/components/dashboard/users/AccessScheduleList.tsx index a89f8837c..1c776d12c 100644 --- a/src/components/dashboard/users/AccessScheduleList.tsx +++ b/src/components/dashboard/users/AccessScheduleList.tsx @@ -40,7 +40,6 @@ const AccessScheduleList: FunctionComponent = ({index, DayOfWeek, StartH = ({tag}: IProps) => { = ({ user = {} }: IProps) => { > diff --git a/src/elements/IconButtonElement.tsx b/src/elements/IconButtonElement.tsx index c879e0ce0..b39847403 100644 --- a/src/elements/IconButtonElement.tsx +++ b/src/elements/IconButtonElement.tsx @@ -3,7 +3,6 @@ import globalize from '../scripts/globalize'; type IProps = { is?: string; - type?: string; id?: string; title?: string; className?: string; @@ -13,10 +12,10 @@ type IProps = { dataProfileid?: string | number; } -const createIconButtonElement = ({ is, type, id, className, title, icon, dataIndex, dataTag, dataProfileid }: IProps) => ({ +const createIconButtonElement = ({ is, id, className, title, icon, dataIndex, dataTag, dataProfileid }: IProps) => ({ __html: `