|
@@ -317,6 +317,7 @@ const ActionPanel: React.FC = () => {
|
|
|
}
|
|
}
|
|
|
onClick={() => showNotImplemented('')}
|
|
onClick={() => showNotImplemented('')}
|
|
|
/>
|
|
/>
|
|
|
|
|
+ {currentKey === 'historylist' && (
|
|
|
<ActionButton
|
|
<ActionButton
|
|
|
icon={
|
|
icon={
|
|
|
<Icon
|
|
<Icon
|
|
@@ -335,7 +336,7 @@ const ActionPanel: React.FC = () => {
|
|
|
/>
|
|
/>
|
|
|
}
|
|
}
|
|
|
onClick={handleReRegister}
|
|
onClick={handleReRegister}
|
|
|
- />
|
|
|
|
|
|
|
+ />)}
|
|
|
|
|
|
|
|
|
|
|
|
|
<ActionButton
|
|
<ActionButton
|