From dd233346d95355a886d4eae8eeb71320a2409ced Mon Sep 17 00:00:00 2001 From: keyan Date: Fri, 23 Sep 2022 09:27:01 -0500 Subject: [PATCH] don't rank outlawed/borderland --- pages/borderland.js | 2 +- pages/outlawed.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/borderland.js b/pages/borderland.js index a3d6bd2b..7fa28763 100644 --- a/pages/borderland.js +++ b/pages/borderland.js @@ -28,5 +28,5 @@ function Items ({ rank, items, cursor }) { ({ borderlandItems: { items, cursor } } = data) } - return + return } diff --git a/pages/outlawed.js b/pages/outlawed.js index 48c62a92..505fed2c 100644 --- a/pages/outlawed.js +++ b/pages/outlawed.js @@ -28,5 +28,5 @@ function Items ({ rank, items, cursor }) { ({ outlawedItems: { items, cursor } } = data) } - return + return }