Skip to content

Commit

Permalink
Fix code style issues with Prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
lint-action committed Dec 28, 2024
1 parent a482acb commit d3c01e0
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ export const AllCircleUsersTemplate: NextPage<Props> = ({
{isMd ? <BaseHeader /> : ''}

<BaseContainer>
<BaseWrapper
title="部員アカウント一覧"
>
<BaseWrapper title="部員アカウント一覧">
<div className="border-2 border-gray-800 p-2">
{users ? (
<div className="mb-8 py-4">
Expand Down

0 comments on commit d3c01e0

Please sign in to comment.