update sidebar
This commit is contained in:
@@ -34,7 +34,8 @@ impl RepoListView {
|
||||
.unwrap_or_else(|| announcement.id.clone());
|
||||
|
||||
let owner = ProfileStore::global(cx)
|
||||
.update(cx, |store, cx| store.get(announcement.owner, cx))
|
||||
.read(cx)
|
||||
.get(&announcement.owner)
|
||||
.name();
|
||||
|
||||
let description = announcement.description.clone().unwrap_or_default();
|
||||
|
||||
Reference in New Issue
Block a user