Skip to content

Commit 52be987

Browse files
DanC5virdesai
andauthored
Update src/components/Attachment/Card.js
Co-authored-by: Vir Desai <[email protected]>
1 parent b3e2f54 commit 52be987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Attachment/Card.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const goToURL = (url) => {
6262
if (supported) {
6363
Linking.openURL(url);
6464
} else {
65-
console.log("Don't know how to open URI: " + url);
65+
console.log(`Don't know how to open URI: ${url}`);
6666
}
6767
});
6868
};

0 commit comments

Comments
 (0)