diff --git a/src/app/(proper_react)/(redesign)/(public)/PlansTable.tsx b/src/app/(proper_react)/(redesign)/(public)/PlansTable.tsx index 0b8cf7636..429b538c3 100644 --- a/src/app/(proper_react)/(redesign)/(public)/PlansTable.tsx +++ b/src/app/(proper_react)/(redesign)/(public)/PlansTable.tsx @@ -868,7 +868,7 @@ export const PlansTable = (props: Props & ScanLimitProp) => { }; const Table = ( - props: TableStateProps & AriaTableProps & ScanLimitProp, + props: TableStateProps & AriaTableProps & ScanLimitProp, ) => { const tableRef = useRef(null); const tableState = useTableState(props);