Skip to content

Commit

Permalink
fix: Node name variable
Browse files Browse the repository at this point in the history
  • Loading branch information
JBWatenbergScality authored Sep 3, 2021
1 parent 917ebc6 commit e202540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/NodePageVolumesTab.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const NodePageVolumesTab = (props) => {
const { nodeName } = props;
const dispatch = useDispatch();

const volumeListData = useVolumesWithAlerts(name);
const volumeListData = useVolumesWithAlerts(nodeName);

useRefreshEffect(refreshVolumesAction, stopRefreshVolumesAction);
useRefreshEffect(
Expand Down

0 comments on commit e202540

Please sign in to comment.