mirror of
https://github.com/logos-messaging/waku-react.git
synced 2026-01-08 00:53:10 +00:00
fix typo
This commit is contained in:
parent
5fa0fb513d
commit
9c3ee9c926
@ -43,7 +43,7 @@ type ContentPairProviderProps = ReactChildrenProps & {
|
||||
export const ContentPairProvider: React.FunctionComponent<
|
||||
ContentPairProviderProps
|
||||
> = (props) => {
|
||||
const result = useCreateContentPair(props.contentPair, props.ephemeral);
|
||||
const result = useCreateContentPair(props.contentTopic, props.ephemeral);
|
||||
|
||||
return (
|
||||
<ContentPairContext.Provider value={result}>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user