Skip to content

Commit

Permalink
YDA-5808 - Fixed lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
kaur16 committed Aug 7, 2024
1 parent 512c0c6 commit 11186c5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vault/static/vault/js/vault.js
Original file line number Diff line number Diff line change
Expand Up @@ -793,8 +793,7 @@ function topInformation (dir, showAlert, rebuildFileBrowser = false) {
$('.alert.is-processing').show()
} else {
metadataInfo(dir)
if (vaultStatus === 'PUBLISHED' || vaultStatus === 'PENDING_DEPUBLICATION' ||
vaultStatus === 'PENDING_REPUBLICATION' || vaultStatus === 'DEPUBLISHED') {
if (vaultStatus === 'PUBLISHED' || vaultStatus === 'PENDING_DEPUBLICATION' || vaultStatus === 'PENDING_REPUBLICATION' || vaultStatus === 'DEPUBLISHED') {
$('.metadata-form-size').addClass('col-lg-8')
$('.meta-title-size').removeClass('col-lg-2').addClass('col-lg-3')
$('.meta-content-size').removeClass('col-lg-10').addClass('col-lg-9')
Expand Down

0 comments on commit 11186c5

Please sign in to comment.