Skip to content

Commit 5b3d8a5

Browse files
committed
fix: 오타 수정
1 parent 9299d69 commit 5b3d8a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/pages/dashboard/platform/PlatformDashboard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default function PlatformDashboard() {
3636

3737
const platformItems = [
3838
{ label: "Google", onClick: () => setSelectedPlatform("Google") },
39-
{ label: "NAVER", onClick: () => setSelectedPlatform("Naver") },
39+
{ label: "NAVER", onClick: () => setSelectedPlatform("NAVER") },
4040
{ label: "Meta", onClick: () => setSelectedPlatform("Meta") },
4141
];
4242

src/pages/dashboard/platform/platformDashboard.mock.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const roasRankingMock: IRoasRanking[] = [
1010
rank: 1,
1111
provider: "GOOGLE",
1212
roas: 67.08,
13-
diffRate: -12,
13+
diffRate: 12,
1414
revenue: 12345678,
1515
adSpend: 184000,
1616
},
@@ -51,7 +51,7 @@ export const performanceEfficiencyMock: IPlatformPerformance[] = [
5151
impressions: 450000,
5252
impressionChangeRate: 0.05,
5353
conversion: 5.8,
54-
cvrChangeRate: -0.02,
54+
cvrChangeRate: 0.02,
5555
ROAS: 67.08,
5656
ROASChangeRate: 0.12,
5757
},

0 commit comments

Comments
 (0)