Skip to content

Commit c4e487e

Browse files
committed
fix: simplify essential plan condition in DocTemplate component
1 parent 92b21ba commit c4e487e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/DocTemplate.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ function DocTemplate({
136136
if (haveStarter) {
137137
availablePlans.push("starter");
138138
}
139-
if (haveEssential && language !== "ja") {
139+
if (haveEssential) {
140140
availablePlans.push("essential");
141141
}
142142

0 commit comments

Comments
 (0)