Skip to content

Commit d13c451

Browse files
committed
Using streak stats options menu
1 parent 1227991 commit d13c451

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/addons.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ const Addons = props => {
372372
<CustomizeOptions
373373
title="Customize Streak Stats Card"
374374
CustomizationOptions={
375-
<CustomizeGithubStatsBase prefix="streak-stats" options={streakStatsOptions} onUpdate={onStreakStatsUpdate}/>
375+
<CustomizeStreakStats prefix="streak-stats" options={streakStatsOptions} onUpdate={onStreakStatsUpdate}/>
376376
}
377377
/>
378378
}

0 commit comments

Comments
 (0)