Skip to content

Commit

Permalink
Merge pull request #871 from jboolean/remove-20-credit-option
Browse files Browse the repository at this point in the history
Remove 20 qty credit option
  • Loading branch information
jboolean authored Jul 24, 2023
2 parents 681671a + 4bf00a0 commit a06d537
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import create from 'zustand';
import { immer } from 'zustand/middleware/immer';
import { getMe, LoginOutcome, processLoginRequest } from '../utils/CreditsApi';

const PRESET_QUANTITIES = [20, 50, 100, 200];
const PRESET_QUANTITIES = [50, 100, 200];

interface State {
isOpen: boolean;
Expand Down

0 comments on commit a06d537

Please sign in to comment.