Skip to content

Commit

Permalink
test(@dpc-sdp/ripple-tide-api): ✅ allow empty title but not empty link
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingallday committed Nov 11, 2024
1 parent 4e8b19e commit 02f5551
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const pluginDocuments = function (this: any) {
updated = $element.attr('data-last-updated')

// Remove markup stub if there are no details
if (!title || !link) {
if (!link) {
return $element.remove()
}

Expand Down

0 comments on commit 02f5551

Please sign in to comment.