File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/tdb-dashboard/src/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments