|
@@ -428,7 +428,7 @@ const ActionPanel: React.FC = () => {
|
|
|
}
|
|
}
|
|
|
onClick={handleLock}
|
|
onClick={handleLock}
|
|
|
/>
|
|
/>
|
|
|
- <ActionButton
|
|
|
|
|
|
|
+ {currentKey === 'worklist' && (<ActionButton
|
|
|
icon={
|
|
icon={
|
|
|
<Icon
|
|
<Icon
|
|
|
module="module-patient"
|
|
module="module-patient"
|
|
@@ -449,7 +449,7 @@ const ActionPanel: React.FC = () => {
|
|
|
loading={risSyncing}
|
|
loading={risSyncing}
|
|
|
disabled={risSyncing}
|
|
disabled={risSyncing}
|
|
|
data-testid="ris-sync-button"
|
|
data-testid="ris-sync-button"
|
|
|
- />
|
|
|
|
|
|
|
+ />)}
|
|
|
{currentKey === 'historylist' && (
|
|
{currentKey === 'historylist' && (
|
|
|
<ActionButton
|
|
<ActionButton
|
|
|
icon={
|
|
icon={
|