Skip to content

Commit

Permalink
Double Quotes -> Single Quotes Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Step7750 committed Jan 29, 2017
1 parent 41439f9 commit e87eea3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion float.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ const getFloatButtonClicked = function(e) {
floatQueue.push({ listingId: id, inspectLink: inspectLink });
},
() => {
setFloatText(id, "Failed to obtain listing info, please try again");
setFloatText(id, 'Failed to obtain listing info, please try again');
});
};

Expand Down

0 comments on commit e87eea3

Please sign in to comment.