mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +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…
Add table
Add a link
Reference in a new issue