Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
pnarayanaswamy committed Jun 28, 2024
1 parent 1400142 commit f32ec89
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ const DeveloperOptionsTab = () => {
const dispatch = useDispatch();
const history = useHistory();

const redesignConfirmationsFeatureToggle = useSelector(getIsRedesignedConfirmationsFeatureEnabled);
const redesignConfirmationsFeatureToggle = useSelector(
getIsRedesignedConfirmationsFeatureEnabled,
);

const [hasResetAnnouncements, setHasResetAnnouncements] = useState(false);
const [hasResetOnboarding, setHasResetOnboarding] = useState(false);
Expand Down

0 comments on commit f32ec89

Please sign in to comment.