Skip to content

Commit

Permalink
undo debug
Browse files Browse the repository at this point in the history
  • Loading branch information
leafty committed May 27, 2024
1 parent 38c2ad1 commit 91c86a1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ export default function ConnectedServicesPage() {
<>
<h1>Connected Services</h1>
<div className={cx("row", "g-3")}>
{[...providers, ...providers, ...providers].map((provider) => (
{providers.map((provider) => (
<ConnectedServiceCard key={provider.id} provider={provider} />
))}
</div>
Expand Down

0 comments on commit 91c86a1

Please sign in to comment.