Skip to content

Commit ffa5072

Browse files
Update CurrentDataProductState.js (#226)
1 parent c1dfa9f commit ffa5072

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/tdb-dashboard/src/components/CurrentDataProductState.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const ConnectedDataProduct = (props) => {
2222
if(!woqlClient) return ""
2323
const dataProduct = woqlClient.db()
2424
const [status, setStatus] = useState("text-success")
25-
const [currentCommit, setCurrentCommit] = useState("on lastest version")
25+
const [currentCommit, setCurrentCommit] = useState("on latest version")
2626

2727
useEffect(() => {
2828
if (chosenCommit && chosenCommit.time) {
@@ -31,7 +31,7 @@ export const ConnectedDataProduct = (props) => {
3131
if(setStatus) setStatus("text-warning")
3232
}
3333
else {
34-
if(setCurrentCommit) setCurrentCommit("on lastest version")
34+
if(setCurrentCommit) setCurrentCommit("on latest version")
3535
if(setStatus)setStatus("tdb__status_latest__version")
3636
}
3737

0 commit comments

Comments
 (0)