`referrer` is simplified to: ``` js referrer: { type: String, id: String, name: String, url: String, link: String } ``` to avoid having to access different props for each of the different types, since `name` seems to cover the case well. and then `url/link` for clarity @calvinfo @ivolo
referreris simplified to:to avoid having to access different props for each of the different types, since
nameseems to cover the case well. and thenurl/linkfor clarity@calvinfo @ivolo