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

Merge branch 'fix/dynamic_page' into 'develop'

fix

See merge request !30
parents 4257e6a1 926b579f
...@@ -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