Skip to content

Commit

Permalink
fix(ui): summary: fix sync options block layout (argoproj#16152)
Browse files Browse the repository at this point in the history
Signed-off-by: Kazakov Stepan <ksrt12group@gmail.com>
  • Loading branch information
ksrt12 authored and vladfr committed Dec 13, 2023
1 parent 715bef8 commit bcd08e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const ApplicationSummary = (props: ApplicationSummaryProps) => {
{
title: 'SYNC OPTIONS',
view: (
<div style={{display: 'flex'}}>
<div style={{display: 'flex', flexWrap: 'wrap'}}>
{((app.spec.syncPolicy || {}).syncOptions || []).map(opt =>
opt.endsWith('=true') || opt.endsWith('=false') ? (
<div key={opt} style={{marginRight: '10px'}}>
Expand Down

0 comments on commit bcd08e3

Please sign in to comment.