Skip to content

Commit d7fd112

Browse files
committed
Lint fix
1 parent 6cf60c1 commit d7fd112

File tree

1 file changed

+2
-2
lines changed
  • readthedocs/projects/static-src/projects/js

1 file changed

+2
-2
lines changed

readthedocs/projects/static-src/projects/js/import.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,14 +212,14 @@ function ProjectImportView (instance, config) {
212212
var url = self.page_current() || self.urls['remoterepository-list'];
213213

214214
if (!self.page_current()) {
215-
if (filter.type == 'org') {
215+
if (filter.type === 'org') {
216216
url = append_url_params(
217217
self.urls['remoterepository-list'],
218218
{org: filter.id}
219219
);
220220
}
221221

222-
if (filter.type == 'own') {
222+
if (filter.type === 'own') {
223223
url = append_url_params(
224224
self.urls['remoterepository-list'],
225225
{own: filter.id}

0 commit comments

Comments
 (0)