Skip to content

Commit

Permalink
Remove hard code enable feature
Browse files Browse the repository at this point in the history
  • Loading branch information
Baghdasaryan committed Jan 13, 2024
1 parent 4ab8b5d commit a637c5d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion browser-extension/src/context/featureToggleContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const FeatureToggleProvider: FC<Props> = ({ children }) => {
const getConfig = async () => {
const response = await fetch("https://inssman.com/api/config");
const data: FeatureToggles = await response.json();
data.featureShowRecord = true;
setToggles(data);
};

Expand Down

0 comments on commit a637c5d

Please sign in to comment.