From 59672b79d81747ae542ca7dc59d600fd1e3ab7fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADctor=20Losada=20Hern=C3=A1ndez?= Date: Sat, 10 Aug 2024 00:05:58 +0200 Subject: [PATCH] remove unnecessary changes in unrelated files --- client/admin/stats/stats.jsx | 2 -- server/admin.api.js | 1 - shared/naturalcrit/splitPane/splitPane.jsx | 2 +- themes/themes.json | 4 ++-- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/client/admin/stats/stats.jsx b/client/admin/stats/stats.jsx index 609d7fe43..85ce10610 100644 --- a/client/admin/stats/stats.jsx +++ b/client/admin/stats/stats.jsx @@ -34,8 +34,6 @@ const Stats = createClass({
Total Brew Count
{this.state.stats.totalBrews}
-
Total Brews Published Count
-
{this.state.stats.totalPublishedBrews || 'no published brews'}
{this.state.fetching diff --git a/server/admin.api.js b/server/admin.api.js index 66bd58852..fe2def3ce 100644 --- a/server/admin.api.js +++ b/server/admin.api.js @@ -84,7 +84,6 @@ router.get('/admin/lookup/:id', mw.adminOnly, async (req, res, next)=>{ return res.status(500).json({ error: 'Internal Server Error' }); }); }); - /* Find 50 brews that aren't compressed yet */ router.get('/admin/finduncompressed', mw.adminOnly, (req, res)=>{ diff --git a/shared/naturalcrit/splitPane/splitPane.jsx b/shared/naturalcrit/splitPane/splitPane.jsx index ffab6bec9..373d546da 100644 --- a/shared/naturalcrit/splitPane/splitPane.jsx +++ b/shared/naturalcrit/splitPane/splitPane.jsx @@ -8,7 +8,7 @@ const SplitPane = createClass({ getDefaultProps : function() { return { storageKey : 'naturalcrit-pane-split', - onDragFinish : function(){}, //fires when dragging + onDragFinish : function(){} //fires when dragging }; }, diff --git a/themes/themes.json b/themes/themes.json index 9b65a61ca..16a4b9b13 100644 --- a/themes/themes.json +++ b/themes/themes.json @@ -29,12 +29,12 @@ "baseSnippets": false, "path": "Blank" }, - "journal": { + "Journal": { "name": "Journal", "renderer": "V3", "baseTheme": "Blank", "baseSnippets": "5ePHB", - "path": "journal" + "path": "Journal" } } } \ No newline at end of file