Skip to content

Commit

Permalink
Minor formatting for quest list on script page
Browse files Browse the repository at this point in the history
  • Loading branch information
squaresmile committed Sep 30, 2024
1 parent cf9b3b6 commit 285afdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/db/src/Page/Script/ScriptMainData.components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const QuestListComponent = ({
questPhase={scriptPhase ?? 1}
/>
) : (
<ul>
<ul className="mb-0">
{scriptData.quests.map((quest) => (
<li key={quest.id}>
<QuestWarDescriptor region={region} quest={quest} questPhase={scriptPhase ?? 1} />
Expand Down

0 comments on commit 285afdb

Please sign in to comment.