Skip to content

Commit

Permalink
Ran prettier for formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jagabomb committed Feb 29, 2024
1 parent f5b4404 commit 5f839d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/common/ProviderLabel/ProviderLabel.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export const providerData = {

function ProviderLabel({ provider }) {
return (
<span className='flex items-center'>
<span className="flex items-center">
{providerData[provider] ? (
<img
src={providerData[provider].logo}
Expand Down

0 comments on commit 5f839d4

Please sign in to comment.