mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-27 07:21:51 +02:00
fix: fixed ui error when ignores setting is not found in bruno.json
This commit is contained in:
parent
386a8df151
commit
7bbc4727be
@ -36,7 +36,7 @@ const Info = ({ collection }) => {
|
|||||||
</tr>
|
</tr>
|
||||||
<tr className="">
|
<tr className="">
|
||||||
<td className="py-2 px-2 text-right">Ignored files :</td>
|
<td className="py-2 px-2 text-right">Ignored files :</td>
|
||||||
<td className="py-2 px-2 break-all">{collection.brunoConfig.ignore.map((x) => `'${x}'`).join(', ')}</td>
|
<td className="py-2 px-2 break-all">{collection.brunoConfig?.ignore?.map((x) => `'${x}'`).join(', ')}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr className="">
|
<tr className="">
|
||||||
<td className="py-2 px-2 text-right">Environments :</td>
|
<td className="py-2 px-2 text-right">Environments :</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user