File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -232,11 +232,11 @@ function UpdatingDeviceState({
232232 if ( ! otaState . metadataFetchedAt ) {
233233 return m . general_update_status_fetching ( ) ;
234234 } else if ( ! downloadFinishedAt ) {
235- return m . general_update_status_downloading ( { update_type } ) ;
235+ return m . general_update_status_downloading ( { update_type : update_type ( ) } ) ;
236236 } else if ( ! verifiedAt ) {
237- return m . general_update_status_verifying ( { update_type } ) ;
237+ return m . general_update_status_verifying ( { update_type : update_type ( ) } ) ;
238238 } else if ( ! updatedAt ) {
239- return m . general_update_status_installing ( { update_type } ) ;
239+ return m . general_update_status_installing ( { update_type : update_type ( ) } ) ;
240240 } else {
241241 return m . general_update_status_awaiting_reboot ( ) ;
242242 }
You can’t perform that action at this time.
0 commit comments