mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-12 11:12:07 +00:00
refactor: rename fakeAchievements to achievementsPlaceholder
This commit is contained in:
parent
1d3c34f20a
commit
4ae52fb4da
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ import { buildGameAchievementPath } from "@renderer/helpers";
|
|||
import { useSubscription } from "@renderer/hooks/use-subscription";
|
||||
import "./sidebar.scss";
|
||||
|
||||
const fakeAchievements: UserAchievement[] = [
|
||||
const achievementsPlaceholder: UserAchievement[] = [
|
||||
{
|
||||
displayName: "Timber!!",
|
||||
name: "",
|
||||
|
|
Loading…
Reference in a new issue