Skip to content

Commit ac6da2c

Browse files
Antoine Lelaisanttrojanowski
Antoine Lelaisant
authored andcommitted
docs(README.md): fix example (#115)
1 parent 37277db commit ac6da2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ const NewMessagesIndicator = () => {
248248
};
249249

250250
if (error) {
251-
return <div>Error! {error.message}`</div>;
251+
return <div>Error! {error.message}</div>;
252252
};
253253

254254
return <div>{data.newMessagesCount} new messages</div>;

0 commit comments

Comments
 (0)