Commit 33b587dd authored by patil2097's avatar patil2097 Committed by Aniket

Change Label For Full Storages Changes

parent 0a95c8bf
...@@ -4,7 +4,7 @@ import { DropdownPanel } from './dropdown-panel' // eslint-disable-line ...@@ -4,7 +4,7 @@ import { DropdownPanel } from './dropdown-panel' // eslint-disable-line
export const FullStoragesChanges = ({ calldata }) => { export const FullStoragesChanges = ({ calldata }) => {
return ( return (
<div id='fullstorageschangespanel'> <div id='fullstorageschangespanel'>
<DropdownPanel dropdownName='Full Storages Changes' calldata={ calldata || {}} /> <DropdownPanel dropdownName='Full Storage Changes' calldata={ calldata || {}} />
</div> </div>
) )
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment