Skip to content

Commit 756eb20

Browse files
committed
fix(latestVersion property dependency)
1 parent 315264f commit 756eb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/latest-version.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ type Props = {
88
groupId: string;
99
artifactId: string;
1010
type?: "release" | "version";
11-
host: "undefinedcreations" | "gradle"
11+
host?: "undefinedcreations" | "gradle"
1212
};
1313

1414
export default function LatestVersion({

0 commit comments

Comments
 (0)