tangled
alpha
login
or
join now
woof.monster
/
windows-terminal-raycast
0
fork
atom
launch and manage windows terminal instances with raycast
raycast
raycast-extension
0
fork
atom
overview
issues
pulls
pipelines
resolve type errors in folder view
woof.monster
1 month ago
5277679c
93052577
+1
-1
1 changed file
expand all
collapse all
unified
split
src
open-profile.tsx
+1
-1
src/open-profile.tsx
reviewed
···
166
166
<List searchBarPlaceholder={`Search in ${props.folder.name}...`}>
167
167
<List.Section title={props.folder.name}>
168
168
{props.folder.entries
169
169
-
.filter((item) => item.type === "profile" || item.type === "folder")
169
169
+
?.filter((item) => item.type === "profile" || item.type === "folder")
170
170
.map((item) => {
171
171
switch (item.type) {
172
172
case "profile":