relayjs / relay-examples

A collection of sample Relay applications
MIT License
1.14k stars 429 forks source link

Fix the name of react component OrganizationKind #287

Closed joeccleung closed 1 year ago

joeccleung commented 1 year ago

Summary

The react component OrganizationKind was named PosterBylineLocation. It should be OrganizationKind.

Test Plan

Follows the "Newsfeed" tutorial "Queries for Interactions" section. The organization name is shown when mouse hover the poster.

Fixing issue #286.

davidmccabe commented 1 year ago

Thanks!!!