mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Merge pull request #29287 from overleaf/mj-recompile-button-key-warning
[web] Avoid react key warning for recompile button GitOrigin-RevId: e7334ece38a1ae177244ba3afbaaec9190c967ee
This commit is contained in:
committed by
Copybot
parent
43a80ef8a5
commit
8767bcd891
@@ -25,12 +25,11 @@ export default function RenderingErrorExpectedState() {
|
||||
]}
|
||||
/>
|
||||
}
|
||||
actions={[
|
||||
// eslint-disable-next-line react/jsx-key
|
||||
actions={
|
||||
<OLButton variant="primary" size="sm" onClick={() => startCompile()}>
|
||||
{t('recompile')}
|
||||
</OLButton>,
|
||||
]}
|
||||
</OLButton>
|
||||
}
|
||||
extraContent={<ClsiCachePrompt />}
|
||||
/>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user