diff --git a/website/src/repl/components/panel/Reference.jsx b/website/src/repl/components/panel/Reference.jsx index 5335a77e8..1eb048306 100644 --- a/website/src/repl/components/panel/Reference.jsx +++ b/website/src/repl/components/panel/Reference.jsx @@ -38,7 +38,7 @@ const availableFunctions = (() => { })(); const tagCounts = {}; -const ignoredTags = ['supradough', 'superdirt']; +const ignoredTags = ['supradough', 'superdirt', 'dough']; // const tagOptions = { all: `all (${availableFunctions.length})` }; const tagOptions = { all: `all` }; for (const doc of availableFunctions) {