Skip to content

Commit

Permalink
refresh fix
Browse files Browse the repository at this point in the history
Signed-off-by: Lyon Lu <[email protected]>
  • Loading branch information
Lyon Lu committed Dec 5, 2024
1 parent 5401c88 commit 2e5864b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ export const ExecutionNodeDeck: React.FC<{
<div style={{ textAlign: 'center' }}>
<h1>The deck will be ready soon. Please try again later.</h1>
<p>
If you're using the real-time deck, it's because the 'publish'
function has not been invoked yet.
If you're using the real-time deck, it's because the 'publish' function has not been
invoked yet.
</p>
<p>
If you're not using the real-time deck, it's because the corresponding
task is still in progress.
If you're not using the real-time deck, it's because the corresponding task is still in
progress.
</p>
<button
onClick={() => window.location.reload()}
onClick={() => downloadLink.fetch()}
style={{
marginTop: '20px',
padding: '10px 20px',
Expand Down

0 comments on commit 2e5864b

Please sign in to comment.