Skip to content

Commit e475261

Browse files
FDiskasCompuIves
authored andcommitted
Display correct template icons. (codesandbox#686)
closes codesandbox#684
1 parent 8c0b7c8 commit e475261

File tree

1 file changed

+1
-1
lines changed
  • packages/app/src/app/components/SandboxList

1 file changed

+1
-1
lines changed

packages/app/src/app/components/SandboxList/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default ({ sandboxes, isCurrentUser, onDelete }: Props) => (
4949
</thead>
5050
<Body>
5151
{sandboxes.map((s, i) => {
52-
const Icon = getIcon(s.template.name);
52+
const Icon = getIcon(s.template);
5353
return (
5454
<SandboxRow index={i} key={s.id}>
5555
<td>

0 commit comments

Comments
 (0)