diff --git a/src/components/wpt/Wpt.tsx b/src/components/wpt/Wpt.tsx index 47b4462..7f2220f 100644 --- a/src/components/wpt/Wpt.tsx +++ b/src/components/wpt/Wpt.tsx @@ -86,7 +86,7 @@ export const Wpt: Component = ({ if (feature1) { vectorSources[1].removeFeature(feature1); } - if (wpt()?.extensions?.category === 'note') { + if (false && wpt()?.extensions?.category === 'note') { vectorSources[1].addFeatures(features); } else { vectorSources[0].addFeatures(features);