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

fix

parent 7fb31e35
...@@ -65,7 +65,7 @@ export default function DynamicPage() { ...@@ -65,7 +65,7 @@ export default function DynamicPage() {
}); });
const { data: newsDetail, isLoading: isLoadingNewsDetail } = useGetNews<GetNewsResponseType>({ const { data: newsDetail, isLoading: isLoadingNewsDetail } = useGetNews<GetNewsResponseType>({
filters: `external_link@=${lastPart}`, filters: `external_link@=${url}`,
}); });
// event page // event page
......
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