Commit b98d8d29 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

fix/url

parent 15d6837b
......@@ -36,7 +36,7 @@ export default function DynamicPage() {
});
const { data: newsDetail, isLoading: isLoadingDetail } = useGetNews<GetNewsResponseType>({
filters: `external_link@=${lastPart}`,
filters: `page_config.static_link==/${url}` + `,external_link@=${lastPart}`,
});
const { data: news, isLoading } = useGetNews<GetNewsResponseType>({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment