Skip to content

Commit b9324f9

Browse files
committed
remove cellStyle="Title"
1 parent ff12776 commit b9324f9

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

source/views/calendar/event-detail.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ function Links({header, content}: {header: string, content: string}) {
4747
{links.map(url =>
4848
<Cell
4949
key={url}
50-
cellStyle="Title"
5150
title={url}
5251
accessory="DisclosureIndicator"
5352
onPress={() => openUrl(url)}

source/views/sis/student-work/detail.ios.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ function Links({job}: {job: JobType}) {
8888
{links.map(url =>
8989
<Cell
9090
key={url}
91-
cellStyle="Title"
9291
title={url}
9392
accessory="DisclosureIndicator"
9493
onPress={() => openUrl(url)}

0 commit comments

Comments
 (0)