relay management (settings), profile box display fix, /games mod fetch filter by current site source, game in mod post to redirect to game search for that game #49
@ -18,7 +18,7 @@ export const GamesPage = () => {
|
||||
const [currentPage, setCurrentPage] = useState(1)
|
||||
|
||||
useDidMount(() => {
|
||||
fetchMods({ limit: 100 }).then((mods) => {
|
||||
fetchMods({ limit: 100, source: window.location.host }).then((mods) => {
|
||||
mods.sort((a, b) => b.published_at - a.published_at)
|
||||
|
||||
const gameNames = new Set<string>()
|
||||
|
Loading…
Reference in New Issue
Block a user