mirror of
https://github.com/oceanprotocol/react.git
synced 2024-12-23 01:29:49 +01:00
test fix
This commit is contained in:
parent
5999d735a3
commit
e6c9eec679
@ -1,2 +1,3 @@
|
||||
export * from './useConsume'
|
||||
export * from './useMetadata'
|
||||
export * from './useCompute'
|
||||
|
@ -1 +1,2 @@
|
||||
export * from './useCompute'
|
||||
export * from './ComputeOptions'
|
||||
|
@ -14,7 +14,7 @@ interface UseCompute {
|
||||
}
|
||||
|
||||
// TODO: customize for compute
|
||||
export const feedback: { [key in number]: string } = {
|
||||
export const computeFeedback: { [key in number]: string } = {
|
||||
99: 'Decrypting file URL...',
|
||||
0: '1/3 Asking for agreement signature...',
|
||||
1: '1/3 Agreement initialized.',
|
||||
|
Loading…
Reference in New Issue
Block a user