Skip to content

Commit

Permalink
Incorrect merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
elboletaire committed Jun 28, 2024
1 parent b41ad94 commit c735979
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Process/Aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,6 @@ const ProcessAside = () => {
}}
mb={{ base: 10, md: 0 }}
>
<SpreadsheetAccess />
{connected && <SpreadsheetAccess />}
{isConnected && election?.get('census.type') !== 'spreadsheet' && (
<Button
Expand Down

1 comment on commit c735979

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.