From 2374ab5da36da977b24b50b8d66f07bdb3f38e3b Mon Sep 17 00:00:00 2001
From: Muhammad Ikhsan Kurniawan <ikhsan@Ikhsans-MacBook-Pro.local>
Date: Thu, 14 Nov 2019 16:30:41 +0700
Subject: [PATCH] Fix bugs on assets

---
 assets/admin/js/vendor/jquery/jquery.js        | 2 +-
 assets/js/__test__/components/Vacancy-test.jsx | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/assets/admin/js/vendor/jquery/jquery.js b/assets/admin/js/vendor/jquery/jquery.js
index 38547475..2025cdec 100644
--- a/assets/admin/js/vendor/jquery/jquery.js
+++ b/assets/admin/js/vendor/jquery/jquery.js
@@ -6916,7 +6916,7 @@ jQuery.fn.extend( {
 			clearQueue = type;
 			type = undefined;
 		}
-		if ( clearQueue && type !== false ) {
+		if ( clearQueue && type != false ) {
 			this.queue( type || "fx", [] );
 		}
 
diff --git a/assets/js/__test__/components/Vacancy-test.jsx b/assets/js/__test__/components/Vacancy-test.jsx
index 78e92d30..045ed69e 100755
--- a/assets/js/__test__/components/Vacancy-test.jsx
+++ b/assets/js/__test__/components/Vacancy-test.jsx
@@ -49,7 +49,6 @@ describe('Vacancy', () => {
     working_period: 'Oktober-Desember',
     verified: true,
     max_accepted_applicants: 10,
-    salary: 5000000,
     total_accepted_applicants: 0,
   };
 
-- 
GitLab