From dcec6e01887465c74a68feede52b476791bbefa7 Mon Sep 17 00:00:00 2001 From: Vojtech Simetka Date: Mon, 16 Aug 2021 11:14:34 +0200 Subject: [PATCH] fix: enum index for supported platforms (#170) --- src/providers/Platform.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/providers/Platform.tsx b/src/providers/Platform.tsx index bad6d39..d24809a 100644 --- a/src/providers/Platform.tsx +++ b/src/providers/Platform.tsx @@ -11,7 +11,7 @@ export enum Platforms { export enum SupportedPlatforms { macOS = Platforms.macOS, - Linux = Platforms.Windows, + Linux = Platforms.Linux, } interface ContextInterface {