Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 7, 2020
1 parent 79beb3b commit 10ca5c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/utils/computed-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const computedSegmentedLink = function(property) {
};
},
set(key, value) {

const finalLink = values(value).join('');

if (finalLink && isValidUrl(finalLink.trim())) {
Expand Down

0 comments on commit 10ca5c6

Please sign in to comment.