Skip to content

Commit 1469311

Browse files
committed
Fix typo
1 parent 0392b97 commit 1469311

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

example/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ export function showModal(text, isError, isClosable) {
5252
}
5353

5454
export function checkSupport(scatterplot) {
55-
if (scatterplot.isSupported) {
55+
if (!scatterplot.isSupported) {
5656
showModal(
5757
'Your browser does not support all necessary WebGL features. The scatter plot might not render properly.',
5858
true,

0 commit comments

Comments
 (0)