Skip to content

Commit c76f1af

Browse files
cyrusjcayusht2810
andauthored
Update webapp/src/selectors.js
consistency renaming Co-authored-by: Ayush Thakur <100013900+ayusht2810@users.noreply.github.com>
1 parent cefffc6 commit c76f1af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webapp/src/selectors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ function mapPrsToDetails(prs, details) {
5252
export const getSidebarData = createSelector(
5353
getPluginState,
5454
(pluginState) => {
55-
const {username, mentionsDetails, sidebarContent, reviewDetails, yourPrDetails, organization, rhsState} = pluginState;
55+
const {username, mentionDetails, sidebarContent, reviewDetails, yourPrDetails, organization, rhsState} = pluginState;
5656
return {
5757
username,
5858
mentions: mapPrsToDetails(sidebarContent.mentions || emptyArray, mentionsDetails),

0 commit comments

Comments
 (0)