diff options
Diffstat (limited to 'src/state')
-rw-r--r-- | src/state/shell/composer/index.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/state/shell/composer/index.tsx b/src/state/shell/composer/index.tsx index dc9a7d880..9cac64426 100644 --- a/src/state/shell/composer/index.tsx +++ b/src/state/shell/composer/index.tsx @@ -66,7 +66,7 @@ export function Provider({children}: React.PropsWithChildren<{}>) { cid: opts.quote.cid, uri: opts.quote.uri, }, - meta: opts.quote, + view: opts.quote, }) } } |