Skip to content

Commit

Permalink
fix multiplayer cats button
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfiol committed Nov 24, 2023
1 parent 9d65c85 commit d3bbae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Apps.js
Expand Up @@ -2,7 +2,7 @@ import { m, redraw } from 'umai';
import { UserCard, AppCard, TextInput, CheckBox } from './components.js';
import { getProfiles, getCategories, getCommonApps } from './api.js';

const MULTIPLAYER_CATEGORIES = [1, 9, 20, 27, 36, 38];
const MULTIPLAYER_CATEGORIES = ['1', '9', '20', '27', '36', '38'];

async function fetchPageData(steamids = '', stagedProfiles = {}) {
let error = undefined;
Expand Down

0 comments on commit d3bbae0

Please sign in to comment.