hack: temp hide example plugin

This commit is contained in:
AAGaming
2022-07-03 17:37:39 -04:00
parent 2b3c219e38
commit 6c42661f86
+1 -1
View File
@@ -70,7 +70,7 @@ const StorePage: FC<{}> = () => {
(async () => {
const res = await fetch('https://beta.deckbrew.xyz/plugins', { method: 'GET' }).then((r) => r.json());
console.log(res);
setData(res);
setData(res.filter((x: StorePlugin) => x.name !== 'Example Plugin'));
})();
(async () => {
const res = await fetch('https://plugins.deckbrew.xyz/get_plugins', { method: 'GET' }).then((r) => r.json());