chore: actually remove the image and changeset entry
This commit is contained in:
@@ -5,7 +5,5 @@
|
||||
Display the new `profile` fields (`displayName`, `email`, and `picture`) for
|
||||
groups on the `GroupProfileCard`.
|
||||
|
||||

|
||||
|
||||
This also resolves some cases where `profile` fields are missing for users or
|
||||
groups and for example falls back to displaying the entity name. Adds additional test data to the ACME Corp dataset.
|
||||
|
||||
@@ -149,7 +149,6 @@ async function main() {
|
||||
badUrls.push(...badFileUrls);
|
||||
}
|
||||
|
||||
console.warn(docPages);
|
||||
if (badUrls.length) {
|
||||
console.log(`Found ${badUrls.length} bad links within repo`);
|
||||
for (const { url, basePath, problem } of badUrls) {
|
||||
|
||||
Reference in New Issue
Block a user