Skip to content

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cb-jake committed Oct 10, 2024
1 parent cef770d commit 0f7e6cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/testapp/src/components/SDKConfig/SDKConfig.tsx
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
import {
Box,
Button,
Card,
CardBody,
CardHeader,
Code,
Flex,
FormControl,
FormLabel,
FormHelperText,
Heading,
Input,
Text,
VStack,
Switch,
} from "@chakra-ui/react";
import React, { useCallback, useMemo, useState } from "react";
Expand Down
2 changes: 2 additions & 0 deletions examples/testapp/src/context/CBWSDKReactContextProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,8 @@ export function CBWSDKReactContextProvider({ children }: CBWSDKProviderProps) {
setSDKVersion,
scwUrl,
setScwUrlAndSave,
config,
setConfig,
]
);

Expand Down

0 comments on commit 0f7e6cf

Please sign in to comment.