Skip to content

Commit 2a76335

Browse files
committed
style: rm unused template string
1 parent 5828c32 commit 2a76335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picker/dialog.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
content: JSON.stringify(data, null, 2),
147147
},
148148
{
149-
title: `Drive.Files.Get response`,
149+
title: "Drive.Files.Get response",
150150
content: JSON.stringify(driveFilesGetResponse, null, 2),
151151
},
152152
]) {

0 commit comments

Comments
 (0)