|
@@ -24,6 +24,7 @@ interface Props {
|
|
|
const ServiceWidget: FC<Props> = (props) => {
|
|
|
const token = getToken();
|
|
|
const { services, socials } = props;
|
|
|
+ console.log(`🚀🚀🚀🚀🚀-> in Service.tsx on 28`, services);
|
|
|
const defaultService = services.find((item) => item.is_suspend === 1);
|
|
|
|
|
|
const newServices = services.filter((item) => item.is_suspend !== 1);
|