Skip to content

Commit

Permalink
chore: remove ts no check
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-1979 committed Oct 29, 2024
1 parent b74717d commit 35ce746
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/extension-polkagate/src/components/ColorContext.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// Copyright 2019-2024 @polkadot/extension-polkagate authors & contributors
// SPDX-License-Identifier: Apache-2.0
// @ts-nocheck
/* eslint-disable header/header */

import React from 'react';

Expand All @@ -13,4 +11,4 @@ const ColorContext = React.createContext<ColorContextSchema>(
{} as ColorContextSchema
);

export default ColorContext;
export default ColorContext;

0 comments on commit 35ce746

Please sign in to comment.