Using streak stats options menu

This commit is contained in:
DenverCoder1
2020-10-26 04:41:24 +02:00
parent 12279914f1
commit d13c451cc0
+1 -1
View File
@@ -372,7 +372,7 @@ const Addons = props => {
<CustomizeOptions
title="Customize Streak Stats Card"
CustomizationOptions={
<CustomizeGithubStatsBase prefix="streak-stats" options={streakStatsOptions} onUpdate={onStreakStatsUpdate}/>
<CustomizeStreakStats prefix="streak-stats" options={streakStatsOptions} onUpdate={onStreakStatsUpdate}/>
}
/>
}