Skip to content

Commit

Permalink
chore: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSisb committed Apr 26, 2023
1 parent 363184e commit 1aa6283
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/paste-theme/stories/cacheProvider.stories.tsx
Expand Up @@ -18,7 +18,7 @@ export default {
export const CacheProviderContainer = (): React.ReactNode => {
const [emotionCache, setEmotionCache] = React.useState<any>(null);

function setShadowRef(ref) {
function setShadowRef(ref): void {
if (ref && !emotionCache) {
const createdEmotionWithRef = {
container: ref,
Expand Down

0 comments on commit 1aa6283

Please sign in to comment.