Skip to content

Commit a70eb02

Browse files
committed
fix breaking typo
1 parent 530064b commit a70eb02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "dcf-shiny",
3-
"version": "0.4.2-1",
3+
"version": "0.4.2-2",
44
"date": "2024-04-11",
55
"dependencies": [
66
{"package": "R6", "version": "2.5.1", "repos": "https://cran.r-project.org"},

server.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ server <- function(input, output, session) {
5050

5151
#COMPONENTS
5252
waiter_update(html = tagList(
53-
h3("Loading components...")
53+
h3("Loading components..."),
5454
spin_flower()
5555
))
5656
COMPONENTS <- loadComponents(profile = PROFILE, sdi = FALSE)

0 commit comments

Comments
 (0)