From 1cb9d6c8438b7aa9408c6ed7074a145ab77efb8c Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Thu, 1 Dec 2022 01:45:47 -0800 Subject: [PATCH] Restore job when loading party --- components/JobDropdown/index.tsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/components/JobDropdown/index.tsx b/components/JobDropdown/index.tsx index 187b9de5..6cfa6f03 100644 --- a/components/JobDropdown/index.tsx +++ b/components/JobDropdown/index.tsx @@ -67,7 +67,11 @@ const JobDropdown = React.forwardRef( .sort((a, b) => a.order - b.order) .map((item, i) => { return ( - )