We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3e2f54 commit 52be987Copy full SHA for 52be987
src/components/Attachment/Card.js
@@ -62,7 +62,7 @@ const goToURL = (url) => {
62
if (supported) {
63
Linking.openURL(url);
64
} else {
65
- console.log("Don't know how to open URI: " + url);
+ console.log(`Don't know how to open URI: ${url}`);
66
}
67
});
68
};
0 commit comments